Changeset 9353 in ntrip for branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- Feb 23, 2021, 10:19:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
r9329 r9353 1792 1792 case 1045: 1793 1793 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 }1800 1794 if (DecodeGalileoEphemeris(_Message, _BlockSize)) 1801 1795 decoded = true;
Note:
See TracChangeset
for help on using the changeset viewer.