Changeset 9352 in ntrip


Ignore:
Timestamp:
Feb 23, 2021, 10:18:05 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9328 r9352  
    18091809          case 1045:
    18101810          case 1046:
    1811             if (_staID.contains("AIRA") || _staID.contains("STK2") ||
    1812                 _staID.contains("CCJ2") || _staID.contains("SYOG")) {
    1813               emit(newMessage(QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!")
    1814                    .arg(_staID).arg(id).toLatin1(), true));
    1815               break;
    1816             }
    18171811            if (DecodeGalileoEphemeris(_Message, _BlockSize))
    18181812              decoded = true;
Note: See TracChangeset for help on using the changeset viewer.