Changeset 9890 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 22, 2022, 2:40:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9785 r9890 1129 1129 .arg(eph._almanac_health_availablility_indicator).toLatin1(), true)); 1130 1130 #endif 1131 return false;1131 //return false; 1132 1132 } 1133 1133 GETBITS(eph._P1, 2) /* P1 */ … … 1171 1171 .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toLatin1(), true)); 1172 1172 #endif 1173 return false;1173 //return false; 1174 1174 } 1175 1175 GETBITS(eph._M_M, 2) /* GLONASS-M M */ … … 1181 1181 .arg(eph._additional_data_availability).toLatin1(), true)); 1182 1182 #endif 1183 return false;1183 //return false; 1184 1184 } 1185 1185 GETBITS(eph._NA, 11) /* GLONASS-M Na */
Note:
See TracChangeset
for help on using the changeset viewer.