Changeset 11029 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- Sep 16, 2026, 3:43:13 PM (5 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r11024 r11029 2263 2263 if ((id >= 1057 && id <= 1068) || 2264 2264 (id >= 1240 && id <= 1270) || 2265 (id > 0 && id <= 100) || 2265 // (id > 0 && id <= 100) || 2266 2266 (id == 4076)) { 2267 2267 if (!_coDecoders.contains(_staID.toLatin1())) { … … 2271 2271 } 2272 2272 else { 2273 _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMnewssr); 2273 // _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMnewssr); 2274 _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMssr); 2274 2275 } 2275 2276 }
Note:
See TracChangeset
for help on using the changeset viewer.
