- Timestamp:
- Nov 26, 2020, 9:52:02 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9262 r9285 1761 1761 } 1762 1762 } 1763 else if (id >= 1070 && id <= 12 29) { /* MSM */1763 else if (id >= 1070 && id <= 1237) { /* MSM */ 1764 1764 if (DecodeRTCM3MSM(_Message, _BlockSize)) 1765 1765 decoded = true; -
trunk/BNC/src/bncgetthread.cpp
r9211 r9285 570 570 if ((rtcmType >= 1001 && rtcmType <= 1004) || // legacy RTCM OBS 571 571 (rtcmType >= 1009 && rtcmType <= 1012) || // legacy RTCM OBS 572 (rtcmType >= 107 1&& rtcmType <= 1137)) { // MSM RTCM OBS572 (rtcmType >= 1070 && rtcmType <= 1137)) { // MSM RTCM OBS 573 573 _rtcmObs = true; 574 574 } else if ((rtcmType >= 1057 && rtcmType <= 1068) ||
Note:
See TracChangeset
for help on using the changeset viewer.