Changeset 9088 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp


Ignore:
Timestamp:
Sep 2, 2020, 10:42:48 PM (4 years ago)
Author:
stuerze
Message:

adjusted allocation of slip and LTI according to the respective RTCM version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r9084 r9088  
    441441
    442442        if (_slips[obs->prn()]._obsSlipCounter != -1 &&
    443             _slips[obs->prn()]._obsSlipCounter > obs->slipCounter()) {
     443            _slips[obs->prn()]._obsSlipCounter != obs->slipCounter()) {
    444444          LOG << epoTimeStr  << "cycle slip set (obsSlipCounter) " << obs->prn().toString()  << endl;
    445445          slip = true;
Note: See TracChangeset for help on using the changeset viewer.