Changeset 8183 in ntrip


Ignore:
Timestamp:
Nov 17, 2017, 11:41:56 AM (6 years ago)
Author:
stuerze
Message:

RTCM MT 1020 ephemeris parameter are now completed

File:
1 edited

Legend:

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

    r8182 r8183  
    10781078    GETBITS(eph._M_l3, 1) /*GLONASS-M ln (third string) */
    10791079    GETFLOATSIGNM(eph._tau, 22, 1.0 / (double )(1 << 30))    /* GLONASS tau n(tb) */
    1080     GETFLOATSIGNM(eph._M_delta_tau, 5, 1.0 / (double )(1 << 30))   /* GLONASS-M delta tau n(tb) */
     1080    GETFLOATSIGNM(eph._M_delta_tau, 5, 1.0 / (double )(1 << 30))  /* GLONASS-M delta tau n(tb) */
    10811081    GETBITS(eph._E, 5)
    10821082    GETBITS(eph._M_P4, 1) /* GLONASS-M P4 */
Note: See TracChangeset for help on using the changeset viewer.