Changeset 9204 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Nov 3, 2020, 1:14:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9201 r9204 1772 1772 if (_staID.contains("AIRA") || _staID.contains("STK2") || 1773 1773 _staID.contains("CCJ2") || _staID.contains("SYOG")) { 1774 emit(newMessage( 1775 QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!") 1776 .arg(_staID).arg(id).toLatin1(), true)); 1774 emit(newMessage(QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!") 1775 .arg(_staID).arg(id).toLatin1(), true)); 1777 1776 break; 1778 1777 }
Note:
See TracChangeset
for help on using the changeset viewer.