Changeset 8456 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- Aug 29, 2018, 10:24:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r8234 r8456 1222 1222 GETFLOATSIGN(eph._agf1, 8, 1.0 / (1 << 30) / (1 << 10)) 1223 1223 1224 eph._TO W= 0.9999E9;1224 eph._TOT = 0.9999E9; 1225 1225 eph._health = 0; 1226 1226 … … 1372 1372 GETBITS(eph._SatH1, 1) 1373 1373 1374 eph._TO W= 0.9999E9;1374 eph._TOT = 0.9999E9; 1375 1375 emit newBDSEph(eph); 1376 1376 decoded = true;
Note:
See TracChangeset
for help on using the changeset viewer.