Changeset 10619 in ntrip for trunk/BNC/src/t_prn.h
- Timestamp:
- Mar 11, 2025, 4:26:59 PM (45 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/t_prn.h
r10599 r10619 12 12 static const unsigned MAXPRN_SBAS = 38; 13 13 static const unsigned MAXPRN_BDS = 65; 14 static const unsigned MAXPRN_ IRNSS= 20;14 static const unsigned MAXPRN_NavIC = 20; 15 15 static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO 16 + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_ IRNSS;16 + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_NavIC; 17 17 18 18 t_prn() :
Note:
See TracChangeset
for help on using the changeset viewer.