Changeset 8375 in ntrip for branches/BNC_2.12
- Timestamp:
- Jun 15, 2018, 8:07:57 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/latencychecker.cpp
r8373 r8375 329 329 l._newSec = static_cast<int>(nint(obs._time.gpssec()*10)); 330 330 if (l._newSec > l._oldSec && !wrongObservationEpoch) { 331 if (l._newSec % _miscIntr< l._oldSec % (_miscIntr * 10)) {331 if (l._newSec % (_miscIntr * 10) < l._oldSec % (_miscIntr * 10)) { 332 332 333 333 if (l._numLat > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.