Changeset 8937 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- May 22, 2020, 11:26:05 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r8903 r8937 875 875 } 876 876 } 877 else if ((type % 10) < 3) {877 else if ((type % 10) < 4) { 878 878 emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!") 879 879 .arg(_staID).arg(type).toLatin1(), true));
Note:
See TracChangeset
for help on using the changeset viewer.