Ignore:
Timestamp:
Jul 20, 2020, 11:33:12 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r8971 r8981  
    11301130    GETFLOATSIGNM(eph._z_pos,         27, 1.0 / (double )(1 << 11))
    11311131    GETFLOATSIGNM(eph._z_acceleration, 5, 1.0 / (double )(1 << 30))
    1132 
    11331132    GETBITS(eph._P3, 1)    /* P3 */
    11341133    GETFLOATSIGNM(eph._gamma,      11, 1.0 / (double )(1 << 30) / (double )(1 << 10))
     
    14201419    GETFLOATSIGN(eph._omega,    32, R2R_PI/(double)(1<<30)/(double)(1<<1))
    14211420    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))
    14241422    if (eph._inav) {
    14251423      /* set unused F/NAV values */
Note: See TracChangeset for help on using the changeset viewer.