Changeset 9328 in ntrip for trunk/BNC/src/RTCM3/ephEncoder.cpp


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

bug fixed in IRNSS epehemeris ecoding / decoding

File:
1 edited

Legend:

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

    r9002 r9328  
    8585    GPSADDBITSFLOAT(15, eph._Crs, 1.0/static_cast<double>(1<< 4))
    8686    GPSADDBITSFLOAT(14, eph._IDOT, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<13))
     87    GPSADDBITS(2, 0) /* padding */
    8788    GPSADDBITSFLOAT(32, eph._M0, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<1))
    8889    GPSADDBITS(16, static_cast<int>(eph._TOEsec)>>4)
     
    9394    GPSADDBITSFLOAT(22, eph._OMEGADOT, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<11))
    9495    GPSADDBITSFLOAT(32, eph._i0, M_PI/static_cast<double>(1<<30)/static_cast<double>(1<<1))
    95     GPSADDBITS(2, 0) /* padding */
    9696    GPSADDBITS(2, 0) /* padding */
    9797  } else {
Note: See TracChangeset for help on using the changeset viewer.