Changeset 11043 in ntrip


Ignore:
Timestamp:
Sep 23, 2026, 12:03:12 PM (11 hours ago)
Author:
stuerze
Message:

switch off the new RTCM-SSR format in RTCM3Decoder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r11031 r11043  
    22632263      if ((id >= 1057 && id <= 1068) ||
    22642264          (id >= 1240 && id <= 1270) ||
    2265           (id > 0     && id <= 100) ||
     2265        //  (id > 0     && id <= 100) ||
    22662266          (id == 4076)) {
    22672267        if (!_coDecoders.contains(_staID.toLatin1())) {
     
    22712271          }
    22722272          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);
    22752275          }
    22762276        }
Note: See TracChangeset for help on using the changeset viewer.