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


Ignore:
Timestamp:
Sep 2, 2020, 10:49:54 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
  • branches/BNC_2.12/src/bncrinex.cpp

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