Changeset 5130 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
- Timestamp:
- Apr 17, 2013, 10:34:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r4991 r5130 34 34 int PID, int SID, int IOD, int iRow) : 35 35 bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) { 36 37 if (!outHost.isEmpty()) { 38 _casterID += outHost; 39 } 40 if (!crdTrafo.isEmpty()) { 41 _casterID += " " + crdTrafo; 42 } 43 if (!sp3FileName.isEmpty()) { 44 _casterID += " " + sp3FileName; 45 } 46 if (!rnxFileName.isEmpty()) { 47 _casterID += " " + rnxFileName; 48 } 36 49 37 50 _crdTrafo = crdTrafo; … … 244 257 bncTime epoTime; epoTime.set( year, month, day, hour, min, sec); 245 258 246 emit(newMessage("decodeRtnetStream: " + lines[0].toAscii(), false)); 259 emit(newMessage("bncRtnetUploadCaster (" + _casterID.toAscii() + ") decode " 260 + lines[0].toAscii(), false)); 247 261 248 262 struct ClockOrbit co;
Note:
See TracChangeset
for help on using the changeset viewer.