- Timestamp:
- Jul 20, 2020, 11:33:12 AM (4 years ago)
- Location:
- trunk/BNC/src/RTCM3
- Files:
-
- 2 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 */ -
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r8973 r8981 809 809 } 810 810 } 811 812 811 else if (system == 'C') { 813 812 switch (type) { … … 843 842 } 844 843 } 845 846 844 else if (system == 'S') { 847 845 switch (type) {
Note:
See TracChangeset
for help on using the changeset viewer.