Changeset 10043 in ntrip


Ignore:
Timestamp:
May 15, 2023, 9:13:01 PM (11 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10042 r10043  
    539539
    540540    bncTime epoTime = _epoClkData.front()->_time;
     541
     542    if (fabs(epoTime - _lastClkCorrTime) > 60.0) {
     543      delete _epoClkData.front();
     544      _epoClkData.pop_front();
     545      continue;
     546    }
    541547
    542548    // Process the front epoch
Note: See TracChangeset for help on using the changeset viewer.