Changeset 9892 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Nov 23, 2022, 10:48:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/RTCM3/RTCM3Decoder.cpp ¶
r9891 r9892 1116 1116 eph._receptStaID = _staID; 1117 1117 1118 eph._flags_unknown = true; 1119 1118 1120 GETBITS(sv, 6) 1119 1121 eph._prn.set('R', sv); … … 1123 1125 GETBITS(eph._almanac_health, 1) /* almanac healthy */ 1124 1126 GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */ 1127 /* 1125 1128 if (eph._almanac_health_availablility_indicator == 0.0) { 1126 1129 #ifdef BNC_DEBUG_BCEP … … 1129 1132 .arg(eph._almanac_health_availablility_indicator).toLatin1(), true)); 1130 1133 #endif 1131 //return false; 1132 } 1134 return false; 1135 } 1136 */ 1133 1137 GETBITS(eph._P1, 2) /* P1 */ 1134 1138 GETBITS(i, 5)
Note:
See TracChangeset
for help on using the changeset viewer.