Changeset 10619 in ntrip for trunk/BNC/src/t_prn.h


Ignore:
Timestamp:
Mar 11, 2025, 4:26:59 PM (45 hours ago)
Author:
stuerze
Message:

IRNSS replaced by NavIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/t_prn.h

    r10599 r10619  
    1212  static const unsigned MAXPRN_SBAS    = 38;
    1313  static const unsigned MAXPRN_BDS     = 65;
    14   static const unsigned MAXPRN_IRNSS   = 20;
     14  static const unsigned MAXPRN_NavIC   = 20;
    1515  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;
    1717
    1818  t_prn() :
Note: See TracChangeset for help on using the changeset viewer.