Changeset 8667 in ntrip
- Timestamp:
- Apr 10, 2019, 3:27:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bnccaster.cpp
r8620 r8667 199 199 _lastDumpTime = obs._time - 1.0; 200 200 } 201 202 201 // An old observation - throw it away 203 202 // ---------------------------------- … … 207 206 if ( !settings.value("outFile").toString().isEmpty() || 208 207 !settings.value("outPort").toString().isEmpty() ) { 209 emit( newMessage(QString("%1: Old epoch %2 thrown away") 210 .arg(staID.data()).arg(string(obs._time).c_str()) 208 emit( newMessage(QString("%1: Old or erroneous observation epoch %2 thrown away from %3") 209 .arg(staID.data()) 210 .arg(string(obs._time).c_str()) 211 .arg(obs._prn.toString().c_str()) 211 212 .toAscii(), true) ); 212 213 }
Note:
See TracChangeset
for help on using the changeset viewer.