Changeset 9002 in ntrip for trunk


Ignore:
Timestamp:
Jul 24, 2020, 9:04:39 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

    r9000 r9002  
    16851685              decoded = true;
    16861686            break;
    1687           case 1141:
     1687          case 1041:
    16881688            if (DecodeIRNSSEphemeris(_Message, _BlockSize))
    16891689              decoded = true;
  • 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.