- Timestamp:
- Dec 17, 2020, 3:51:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
r9307 r9319 1059 1059 #ifdef BNC_DEBUG_BCEP 1060 1060 emit(newMessage(QString("%1: Block %2 (%3) SQRT_A %4 m!") 1061 .arg(_staID).arg(10 20,4).arg(eph._prn.toString().c_str())1061 .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()) 1062 1062 .arg(eph._sqrt_A,10,'F',3).toAscii(), true)); 1063 1063 #endif … … 1122 1122 #ifdef BNC_DEBUG_BCEP 1123 1123 emit(newMessage(QString("%1: Block %2 (%3): ALM = %4: missing data!") 1124 .arg(_staID).arg(10 19,4).arg(eph._prn.toString().c_str())1124 .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()) 1125 1125 .arg(eph._almanac_health_availablility_indicator).toAscii(), true)); 1126 1126 #endif … … 1165 1165 #ifdef BNC_DEBUG_BCEP 1166 1166 emit(newMessage(QString("%1: Block %2 (%3): NT = %4: missing data!") 1167 .arg(_staID).arg(10 19,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)); 1168 1168 #endif 1169 1169 return false; … … 1174 1174 #ifdef BNC_DEBUG_BCEP 1175 1175 emit(newMessage(QString("%1: Block %2 (%3): ADD = %4: missing data!") 1176 .arg(_staID).arg(10 19,4).arg(eph._prn.toString().c_str())1176 .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()) 1177 1177 .arg(eph._additional_data_availability).toAscii(), true)); 1178 1178 #endif … … 1196 1196 #ifdef BNC_DEBUG_BCEP 1197 1197 emit(newMessage(QString("%1: Block %2 (%3): zero position!") 1198 .arg(_staID).arg(10 19,4).arg(eph._prn.toString().c_str()).toAscii(), true));1198 .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true)); 1199 1199 #endif 1200 1200 return false; … … 1206 1206 #ifdef BNC_DEBUG_BCEP 1207 1207 emit(newMessage(QString("%1: Block %2 (%3): zero velocity!") 1208 .arg(_staID).arg(10 19,4).arg(eph._prn.toString().c_str()).toAscii(), true));1208 .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true)); 1209 1209 #endif 1210 1210 return false;
Note:
See TracChangeset
for help on using the changeset viewer.