Changeset 9090 in ntrip
- Timestamp:
- Sep 3, 2020, 11:51:37 AM (6 months ago)
- Location:
- branches/BNC_2.12
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/ChangeLog.txt
r9038 r9090 1 1 -------------------------------------------------------------------------------- 2 BNC VERSION 2.12.14 ( ??.??.2020)2 BNC VERSION 2.12.14 (04.09.2020) 3 3 -------------------------------------------------------------------------------- 4 CHANGED (02.09.2020): feed engine output format, 5 Lock Time Indicator is replaced by Cycle Slip Counter 4 6 ADDED (27.08.2020): encoding and decoding of IGS-SSR messages 5 7 ADDED (24.07.2020): B2b/7D BDS in signal mapping for MSM -
branches/BNC_2.12/src/bncrinex.cpp
r9089 r9090 640 640 << left << setw(3) << "L" + frqObs->_rnxType2ch << ' ' 641 641 << 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; 644 643 } 645 644 if (frqObs->_dopplerValid) {
Note: See TracChangeset
for help on using the changeset viewer.