Changeset 9352 in ntrip for trunk/BNC/src
- Timestamp:
- Feb 23, 2021, 10:18:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9328 r9352 1809 1809 case 1045: 1810 1810 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 }1817 1811 if (DecodeGalileoEphemeris(_Message, _BlockSize)) 1818 1812 decoded = true;
Note:
See TracChangeset
for help on using the changeset viewer.