Changeset 9090 in ntrip for branches/BNC_2.12/src/bncrinex.cpp


Ignore:
Timestamp:
Sep 3, 2020, 11:51:37 AM (4 years ago)
Author:
stuerze
Message:

feed engine output changed: a more general cycle slip Counter instead of RTCMv3 LTI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncrinex.cpp

    r9089 r9090  
    640640          << left  << setw(3) << "L" + frqObs->_rnxType2ch << ' '
    641641          << right << setw(14) << setprecision(3) << frqObs->_phase << ' '
    642           //<< right << setw(4)                     << frqObs->_slipCounter;
    643           << right << setw(4)                     << frqObs->_lockTimeIndicator;
     642          << right << setw(4)                     << frqObs->_slipCounter;
    644643    }
    645644    if (frqObs->_dopplerValid) {
Note: See TracChangeset for help on using the changeset viewer.