Changeset 11031 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- Sep 18, 2026, 9:54:17 AM (3 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r11029 r11031 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);2274 _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMssr); 2273 _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMnewssr); 2274 // _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMssr); 2275 2275 } 2276 2276 }
Note:
See TracChangeset
for help on using the changeset viewer.
