Changeset 8820 in ntrip for branches


Ignore:
Timestamp:
Oct 1, 2019, 10:32:10 AM (5 years ago)
Author:
stuerze
Message:

number of BDS satelliotes enlarged

Location:
branches/BNC_2.12/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h

    r8805 r8820  
    108108  CLOCKORBIT_NUMQZSS=10,
    109109  CLOCKORBIT_NUMSBAS=38,
    110   CLOCKORBIT_NUMBDS=63,
     110  CLOCKORBIT_NUMBDS=65,
    111111  CLOCKORBIT_NUMBIAS=100,
    112112  CLOCKORBIT_NUMIONOLAYERS=4,
  • branches/BNC_2.12/src/t_prn.h

    r8803 r8820  
    1111  static const unsigned MAXPRN_QZSS = 10;
    1212  static const unsigned MAXPRN_SBAS = 38;
    13   static const unsigned MAXPRN_BDS = 63;
     13  static const unsigned MAXPRN_BDS = 65;
    1414  static const unsigned MAXPRN_IRNSS = 7;
    1515  static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
Note: See TracChangeset for help on using the changeset viewer.