Changeset 9318 in ntrip for trunk/BNC/src
- Timestamp:
- Dec 17, 2020, 3:50:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9315 r9318 1119 1119 GETBITS(eph._almanac_health, 1) /* almanac healthy */ 1120 1120 GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */ 1121 /*1122 1121 if (eph._almanac_health_availablility_indicator == 0.0) { 1123 1122 #ifdef BNC_DEBUG_BCEP … … 1127 1126 #endif 1128 1127 return false; 1129 } */1128 } 1130 1129 GETBITS(eph._P1, 2) /* P1 */ 1131 1130 GETBITS(i, 5)
Note:
See TracChangeset
for help on using the changeset viewer.