Changeset 10518 in ntrip


Ignore:
Timestamp:
Jul 15, 2024, 2:09:29 PM (8 weeks ago)
Author:
stuerze
Message:

number od IRNSS satellites increased

File:
1 edited

Legend:

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

    r9024 r10518  
    1212  static const unsigned MAXPRN_SBAS    = 38;
    1313  static const unsigned MAXPRN_BDS     = 65;
    14   static const unsigned MAXPRN_IRNSS   = 7;
     14  static const unsigned MAXPRN_IRNSS   = 20;
    1515  static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
    1616      + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_IRNSS;
Note: See TracChangeset for help on using the changeset viewer.