Changeset 9319 in ntrip for branches/BNC_2.12/src


Ignore:
Timestamp:
Dec 17, 2020, 3:51:39 PM (3 years ago)
Author:
stuerze
Message:

message type typo corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp

    r9307 r9319  
    10591059#ifdef BNC_DEBUG_BCEP
    10601060      emit(newMessage(QString("%1: Block %2 (%3) SQRT_A %4 m!")
    1061            .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
     1061           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
    10621062           .arg(eph._sqrt_A,10,'F',3).toAscii(), true));
    10631063#endif
     
    11221122#ifdef BNC_DEBUG_BCEP
    11231123      emit(newMessage(QString("%1: Block %2 (%3): ALM = %4: missing data!")
    1124            .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
     1124           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
    11251125           .arg(eph._almanac_health_availablility_indicator).toAscii(), true));
    11261126#endif
     
    11651165#ifdef BNC_DEBUG_BCEP
    11661166      emit(newMessage(QString("%1: Block %2 (%3): NT = %4: missing data!")
    1167            .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toAscii(), true));
     1167           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toAscii(), true));
    11681168#endif
    11691169      return false;
     
    11741174#ifdef BNC_DEBUG_BCEP
    11751175      emit(newMessage(QString("%1: Block %2 (%3): ADD = %4: missing data!")
    1176            .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
     1176           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
    11771177           .arg(eph._additional_data_availability).toAscii(), true));
    11781178#endif
     
    11961196#ifdef BNC_DEBUG_BCEP
    11971197      emit(newMessage(QString("%1: Block %2 (%3): zero position!")
    1198            .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toAscii(), true));
     1198           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true));
    11991199#endif
    12001200      return false;
     
    12061206#ifdef BNC_DEBUG_BCEP
    12071207      emit(newMessage(QString("%1: Block %2 (%3): zero velocity!")
    1208            .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toAscii(), true));
     1208           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true));
    12091209#endif
    12101210      return false;
Note: See TracChangeset for help on using the changeset viewer.