Ignore:
Timestamp:
Sep 18, 2026, 9:54:17 AM (3 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r11029 r11031  
    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.