Changeset 8246 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jan 9, 2018, 11:28:00 AM (6 years ago)
Author:
stuerze
Message:

minor changes with respect to latencychecker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r8236 r8246  
    513513        QListIterator<int> it(decoder()->_typeList);
    514514        _ssrEpoch = decoder()->corrGPSEpochTime();
    515         if (_oldSsrEpoch > 0 && _ssrEpoch && _ssrEpoch > _oldSsrEpoch) {
     515        if (_oldSsrEpoch && _ssrEpoch && _ssrEpoch != _oldSsrEpoch) {
    516516          if (ssrOrb) {
    517517            _latencyChecker->checkCorrLatency(_oldSsrEpoch, 1057);
Note: See TracChangeset for help on using the changeset viewer.