Changeset 9010 in ntrip for branches/BNC_2.12
- Timestamp:
- Jul 24, 2020, 11:14:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncgetthread.cpp
r8727 r9010 552 552 if ((rtcmType >= 1001 && rtcmType <= 1004) || // legacy RTCM OBS 553 553 (rtcmType >= 1009 && rtcmType <= 1012) || // legacy RTCM OBS 554 (rtcmType >= 1071 && rtcmType <= 11 27)) { // MSM RTCM OBS554 (rtcmType >= 1071 && rtcmType <= 1137)) { // MSM RTCM OBS 555 555 obs = true; 556 556 } else if ((rtcmType >= 1057 && rtcmType <= 1068) ||
Note:
See TracChangeset
for help on using the changeset viewer.