Ignore:
Timestamp:
Sep 16, 2026, 3:43:13 PM (5 days ago)
Author:
stuerze
Message:

updates regarding SSR

File:
1 edited

Legend:

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

    r11024 r11029  
    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);
     2273           // _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMnewssr);
     2274            _coDecoders[_staID.toLatin1()]->initSsrFormatType(RTCM3coDecoder::RTCMssr);
    22742275          }
    22752276        }
Note: See TracChangeset for help on using the changeset viewer.