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


Ignore:
Timestamp:
Jul 24, 2020, 9:04:39 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9000 r9002  
    5151    GPSADDBITS(3, 0) /* padding */
    5252  } else if (eph.type() == t_eph::IRNSS) {
    53     GPSADDBITS(12, 1141)
     53    GPSADDBITS(12, 1041)
    5454    GPSADDBITS(6, eph._prn.number())
    5555    GPSADDBITS(10, eph._TOC.gpsw())
Note: See TracChangeset for help on using the changeset viewer.