Changeset 8981 in ntrip for trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
- Timestamp:
- Jul 20, 2020, 11:33:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r8971 r8981 1130 1130 GETFLOATSIGNM(eph._z_pos, 27, 1.0 / (double )(1 << 11)) 1131 1131 GETFLOATSIGNM(eph._z_acceleration, 5, 1.0 / (double )(1 << 30)) 1132 1133 1132 GETBITS(eph._P3, 1) /* P3 */ 1134 1133 GETFLOATSIGNM(eph._gamma, 11, 1.0 / (double )(1 << 30) / (double )(1 << 10)) … … 1420 1419 GETFLOATSIGN(eph._omega, 32, R2R_PI/(double)(1<<30)/(double)(1<<1)) 1421 1420 GETFLOATSIGN(eph._OMEGADOT, 24, R2R_PI/(double)(1<<30)/(double)(1<<13)) 1422 GETFLOATSIGN(eph._BGD_1_5A, 10, 1423 1.0 / (double )(1 << 30) / (double )(1 << 2)) 1421 GETFLOATSIGN(eph._BGD_1_5A, 10, 1.0 / (double )(1 << 30) / (double )(1 << 2)) 1424 1422 if (eph._inav) { 1425 1423 /* set unused F/NAV values */
Note:
See TracChangeset
for help on using the changeset viewer.