Changeset 10236 in ntrip


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

minor changes

Location:
trunk/BNC/src
Files:
2 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:
  • trunk/BNC/src/src.pri

    r10100 r10236  
    2020release:DEFINES += SPLITBLOCK
    2121debug:DEFINES   += SPLITBLOCK
    22 debug:DEFINES   += BNC_DEBUG_BCEP
    23 debug:DEFINES   += BNC_DEBUG_PPP
    24 debug:DEFINES   += BNC_DEBUG_SSR
    25 debug:DEFINES   += BNC_DEBUG_CMB
     22debug:DEFINES   += BNC_DEBUG_OBS
     23#debug:DEFINES   += BNC_DEBUG_BCEP
     24#debug:DEFINES   += BNC_DEBUG_PPP
     25#debug:DEFINES   += BNC_DEBUG_SSR
     26#debug:DEFINES   += BNC_DEBUG_CMB
    2627
    2728# Include Path
Note: See TracChangeset for help on using the changeset viewer.