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


Ignore:
Timestamp:
Aug 20, 2014, 4:06:16 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5838 r6014  
    88  static const unsigned MAXPRN_GPS     = 32;
    99  static const unsigned MAXPRN_GLONASS = 26;
    10   static const unsigned MAXPRN         = MAXPRN_GPS + MAXPRN_GLONASS;
     10  static const unsigned MAXPRN_GALILEO = 30;
     11  static const unsigned MAXPRN         = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO;
    1112
    1213  t_prn() : _system('G'), _number(0) {}
Note: See TracChangeset for help on using the changeset viewer.