Changeset 9002 in ntrip for trunk/BNC/src
- Timestamp:
- Jul 24, 2020, 9:04:39 AM (5 years ago)
- Location:
- trunk/BNC/src/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r9000 r9002 1685 1685 decoded = true; 1686 1686 break; 1687 case 1 141:1687 case 1041: 1688 1688 if (DecodeIRNSSEphemeris(_Message, _BlockSize)) 1689 1689 decoded = true; -
trunk/BNC/src/RTCM3/ephEncoder.cpp
r9000 r9002 51 51 GPSADDBITS(3, 0) /* padding */ 52 52 } else if (eph.type() == t_eph::IRNSS) { 53 GPSADDBITS(12, 1 141)53 GPSADDBITS(12, 1041) 54 54 GPSADDBITS(6, eph._prn.number()) 55 55 GPSADDBITS(10, eph._TOC.gpsw())
Note:
See TracChangeset
for help on using the changeset viewer.