Changeset 8167 in ntrip for branches/BNC_2.12/src/t_prn.h


Ignore:
Timestamp:
Oct 26, 2017, 2:43:58 PM (6 years ago)
Author:
stuerze
Message:

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/t_prn.h

    r7004 r8167  
    1212  static const unsigned MAXPRN_SBAS = 38;
    1313  static const unsigned MAXPRN_BDS = 37;
     14  static const unsigned MAXPRN_IRNSS = 7;
    1415  static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
    15       + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS;
     16      + MAXPRN_QZSS + MAXPRN_SBAS + MAXPRN_BDS + MAXPRN_IRNSS;
    1617
    1718  t_prn() :
Note: See TracChangeset for help on using the changeset viewer.