Changeset 10518 in ntrip
- Timestamp:
- Jul 15, 2024, 2:09:29 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/t_prn.h
r9024 r10518 12 12 static const unsigned MAXPRN_SBAS = 38; 13 13 static const unsigned MAXPRN_BDS = 65; 14 static const unsigned MAXPRN_IRNSS = 7;14 static const unsigned MAXPRN_IRNSS = 20; 15 15 static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO 16 16 + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_IRNSS;
Note:
See TracChangeset
for help on using the changeset viewer.