- Timestamp:
- Aug 25, 2020, 10:54:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/t_prn.h
r8821 r9024 6 6 class t_prn { 7 7 public: 8 static const unsigned MAXPRN_GPS = 32;8 static const unsigned MAXPRN_GPS = 32; 9 9 static const unsigned MAXPRN_GLONASS = 26; 10 10 static const unsigned MAXPRN_GALILEO = 36; 11 static const unsigned MAXPRN_QZSS = 10;12 static const unsigned MAXPRN_SBAS = 38;13 static const unsigned MAXPRN_BDS = 65;14 static const unsigned MAXPRN_IRNSS = 7;11 static const unsigned MAXPRN_QZSS = 10; 12 static const unsigned MAXPRN_SBAS = 38; 13 static const unsigned MAXPRN_BDS = 65; 14 static const unsigned MAXPRN_IRNSS = 7; 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.