Changeset 8820 in ntrip
- Timestamp:
- Oct 1, 2019, 10:32:10 AM (5 years ago)
- Location:
- branches/BNC_2.12/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h
r8805 r8820 108 108 CLOCKORBIT_NUMQZSS=10, 109 109 CLOCKORBIT_NUMSBAS=38, 110 CLOCKORBIT_NUMBDS=6 3,110 CLOCKORBIT_NUMBDS=65, 111 111 CLOCKORBIT_NUMBIAS=100, 112 112 CLOCKORBIT_NUMIONOLAYERS=4, -
branches/BNC_2.12/src/t_prn.h
r8803 r8820 11 11 static const unsigned MAXPRN_QZSS = 10; 12 12 static const unsigned MAXPRN_SBAS = 38; 13 static const unsigned MAXPRN_BDS = 6 3;13 static const unsigned MAXPRN_BDS = 65; 14 14 static const unsigned MAXPRN_IRNSS = 7; 15 15 static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
Note:
See TracChangeset
for help on using the changeset viewer.