Changeset 10236 in ntrip for trunk/BNC/src/RTCM3


Ignore:
Timestamp:
Nov 3, 2023, 8:40:03 AM (13 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r10234 r10236  
    885885  }
    886886  else if ((type % 10) < 4) {
     887#ifdef BNC_DEBUG_OBS
    887888    emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
    888889        .arg(_staID).arg(type).toLatin1(), true));
     890#endif
    889891  }
    890892  if (!syncf) {
     
    17911793          case 1001:
    17921794          case 1003:
     1795#ifdef BNC_DEBUG_OBS
    17931796            emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
    17941797                 .arg(_staID).arg(id).toLatin1(), true));
     1798#endif
    17951799            break; /* no use decoding partial data ATM, remove break when data can be used */
    17961800          case 1002:
     
    18011805          case 1009:
    18021806          case 1011:
     1807#ifdef BNC_DEBUG_OBS
    18031808            emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
    18041809                 .arg(_staID).arg(id).toLatin1(), true));
     1810#endif
    18051811            break; /* no use decoding partial data ATM, remove break when data can be used */
    18061812          case 1010:
Note: See TracChangeset for help on using the changeset viewer.