Changeset 10236 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Nov 3, 2023, 8:40:03 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r10234 r10236 885 885 } 886 886 else if ((type % 10) < 4) { 887 #ifdef BNC_DEBUG_OBS 887 888 emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!") 888 889 .arg(_staID).arg(type).toLatin1(), true)); 890 #endif 889 891 } 890 892 if (!syncf) { … … 1791 1793 case 1001: 1792 1794 case 1003: 1795 #ifdef BNC_DEBUG_OBS 1793 1796 emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!") 1794 1797 .arg(_staID).arg(id).toLatin1(), true)); 1798 #endif 1795 1799 break; /* no use decoding partial data ATM, remove break when data can be used */ 1796 1800 case 1002: … … 1801 1805 case 1009: 1802 1806 case 1011: 1807 #ifdef BNC_DEBUG_OBS 1803 1808 emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!") 1804 1809 .arg(_staID).arg(id).toLatin1(), true)); 1810 #endif 1805 1811 break; /* no use decoding partial data ATM, remove break when data can be used */ 1806 1812 case 1010:
Note:
See TracChangeset
for help on using the changeset viewer.