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


Ignore:
Timestamp:
Aug 25, 2020, 10:54:17 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8821 r9024  
    66class t_prn {
    77public:
    8   static const unsigned MAXPRN_GPS = 32;
     8  static const unsigned MAXPRN_GPS     = 32;
    99  static const unsigned MAXPRN_GLONASS = 26;
    1010  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;
    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.