Changeset 8821 in ntrip


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

number of BDS satelliotes enlarged

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h

    r8809 r8821  
    108108  CLOCKORBIT_NUMQZSS=10,
    109109  CLOCKORBIT_NUMSBAS=38,
    110   CLOCKORBIT_NUMBDS=63,
     110  CLOCKORBIT_NUMBDS=65,
    111111  CLOCKORBIT_NUMBIAS=100,
    112112  CLOCKORBIT_NUMIONOLAYERS=4,
     
    375375
    376376/* return size of resulting data or 0 in case of an error */
    377 size_t MakeClockOrbit(const struct ClockOrbit *co, enum ClockOrbitType type,
     377size_t MakeClockOrbit(/*const*/ struct ClockOrbit *co, enum ClockOrbitType type,
    378378       int moremessagesfollow, char *buffer, size_t size);
    379379size_t MakeCodeBias(const struct CodeBias *b, enum CodeBiasType type,
  • trunk/BNC/src/t_prn.h

    r8797 r8821  
    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.