Changeset 9088 in ntrip for trunk/BNC/src/RTCM
- Timestamp:
- Sep 2, 2020, 10:42:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/RTCM2Decoder.cpp
r8234 r9088 154 154 frqObs1P->_phaseValid = true; 155 155 frqObs1P->_phase = _ObsBlock.resolvedPhase_L1(iSat); 156 //frqObs1P->_slipCounter = _ObsBlock.slip_L1[iSat]; 157 frqObs1P->_slipCounter = -1; // because RTCM2 definition is vice versa to RTCM3 156 frqObs1P->_slipCounter = _ObsBlock.slip_L1[iSat]; 158 157 obs._obs.push_back(frqObs1P); 159 158 … … 164 163 frqObs2P->_phaseValid = true; 165 164 frqObs2P->_phase = _ObsBlock.resolvedPhase_L2(iSat); 166 //frqObs2P->_slipCounter = _ObsBlock.slip_L2[iSat]; 167 frqObs2P->_slipCounter = -1; // because RTCM2 definition is vice versa to RTCM3 165 frqObs2P->_slipCounter = _ObsBlock.slip_L2[iSat]; 168 166 obs._obs.push_back(frqObs2P); 169 167
Note:
See TracChangeset
for help on using the changeset viewer.