Changeset 9353 in ntrip


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

minor changes

File:
1 edited

Legend:

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

    r9329 r9353  
    17921792          case 1045:
    17931793          case 1046:
    1794             if (_staID.contains("AIRA") || _staID.contains("STK2") ||
    1795                 _staID.contains("CCJ2") || _staID.contains("SYOG")) {
    1796               emit(newMessage(QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!")
    1797                    .arg(_staID).arg(id).toAscii(), true));
    1798               break;
    1799             }
    18001794            if (DecodeGalileoEphemeris(_Message, _BlockSize))
    18011795              decoded = true;
Note: See TracChangeset for help on using the changeset viewer.