Changeset 9046 in ntrip


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

minor changes

File:
1 edited

Legend:

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

    r9032 r9046  
    16331633          (id >= 1240 && id <= 1270) ||
    16341634                  (id == 4076)) {
    1635         RTCM3coDecoder::e_type type = RTCM3coDecoder::e_type::RTCMssr;
     1635        RTCM3coDecoder::e_type type = RTCM3coDecoder::RTCMssr;
    16361636        if (id == 4076) {
    1637           type = RTCM3coDecoder::e_type::IGSssr;
     1637          type = RTCM3coDecoder::IGSssr;
    16381638        }
    16391639        if (!_coDecoders.contains(_staID.toLatin1()))
Note: See TracChangeset for help on using the changeset viewer.