Changeset 9047 in ntrip


Ignore:
Timestamp:
Aug 27, 2020, 2:04:18 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp

    r9036 r9047  
    16191619          (id >= 1240 && id <= 1270) ||
    16201620                  (id == 4076)) {
    1621         RTCM3coDecoder::e_type type = RTCM3coDecoder::e_type::RTCMssr;
     1621        RTCM3coDecoder::e_type type = RTCM3coDecoder::RTCMssr;
    16221622        if (id == 4076) {
    1623           type = RTCM3coDecoder::e_type::IGSssr;
     1623          type = RTCM3coDecoder::IGSssr;
    16241624        }
    16251625        if (!_coDecoders.contains(_staID.toLatin1()))
Note: See TracChangeset for help on using the changeset viewer.