Changeset 8021 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 24, 2016, 9:18:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r8011 r8021 542 542 bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time); 543 543 if (wrongObservationEpoch) { 544 emit( newMessage(_staID + ": Wrong observation epoch(s)", false) ); 544 QString prn(obs._prn.toString().c_str()); 545 emit( newMessage(_staID + " (" + prn.toAscii() + ")" + ": Wrong observation epoch(s)", false) ); 545 546 continue; 546 547 }
Note:
See TracChangeset
for help on using the changeset viewer.