Changeset 8362 in ntrip for branches/BNC_2.12/src/upload
- Timestamp:
- May 24, 2018, 1:21:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp
r8312 r8362 33 33 bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) { 34 34 35 if (!mountpoint.isEmpty()) { 36 _casterID += mountpoint; 37 } 35 38 if (!outHost.isEmpty()) { 36 _casterID += outHost; 39 _casterID += " " + outHost; 40 if (outPort) { 41 _casterID += ":" + QString("%1").arg(outPort, 10); 42 } 37 43 } 38 44 if (!crdTrafo.isEmpty()) {
Note:
See TracChangeset
for help on using the changeset viewer.