Changeset 8716 in ntrip for branches/BNC_2.12/src
- Timestamp:
- May 2, 2019, 2:45:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/latencychecker.cpp
r8669 r8716 327 327 const t_satObs& obs = it.next(); 328 328 bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time); 329 if (wrongObservationEpoch) {330 emit( newMessage(QString("%1: Wrong observation epoch from %3 ")331 .arg(_staID.data())332 .arg(obs._prn.toString().data())333 .toAscii(), true) );334 }335 329 l._newSec = static_cast<int>(nint(obs._time.gpssec()*10)); 336 330 if (l._newSec > l._oldSec && !wrongObservationEpoch) {
Note:
See TracChangeset
for help on using the changeset viewer.