Ignore:
Timestamp:
Dec 17, 2020, 11:58:07 PM (3 years ago)
Author:
stuerze
Message:

bug fixed in IRNSS ephemeris ecoding / decoding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp

    r9319 r9329  
    13581358    GETFLOATSIGN(eph._Crs,  15, 1.0 / (double )(1 <<  4))
    13591359    GETFLOATSIGN(eph._IDOT, 14, R2R_PI/(double)(1<<30)/(double)(1<<13))
     1360    SKIPBITS(2)
    13601361    GETFLOATSIGN(eph._M0,   32, R2R_PI/(double)(1<<30)/(double)(1<< 1))
    13611362    GETBITS(i, 16)
     
    13841385    GETFLOATSIGN(eph._OMEGADOT, 22, R2R_PI/(double)(1<<30)/(double)(1<<11))
    13851386    GETFLOATSIGN(eph._i0,       32, R2R_PI/(double)(1<<30)/(double)(1<< 1))
    1386     SKIPBITS(2)
    13871387    SKIPBITS(2)
    13881388    eph._TOT = 0.9999e9;
Note: See TracChangeset for help on using the changeset viewer.