- Timestamp:
- Jul 24, 2020, 11:11:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r8921 r9009 561 561 if ((rtcmType >= 1001 && rtcmType <= 1004) || // legacy RTCM OBS 562 562 (rtcmType >= 1009 && rtcmType <= 1012) || // legacy RTCM OBS 563 (rtcmType >= 1071 && rtcmType <= 11 27)) { // MSM RTCM OBS563 (rtcmType >= 1071 && rtcmType <= 1137)) { // MSM RTCM OBS 564 564 obs = true; 565 565 } else if ((rtcmType >= 1057 && rtcmType <= 1068) ||
Note:
See TracChangeset
for help on using the changeset viewer.