Changeset 8981 in ntrip for trunk


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

minor changes

Location:
trunk/BNC/src/RTCM3
Files:
2 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 */
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r8973 r8981  
    809809    }
    810810  }
    811 
    812811  else if (system == 'C') {
    813812    switch (type) {
     
    843842    }
    844843  }
    845 
    846844  else if (system == 'S') {
    847845    switch (type) {
Note: See TracChangeset for help on using the changeset viewer.