- Timestamp:
- Oct 1, 2019, 10:32:49 AM (5 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.h
r8809 r8821 108 108 CLOCKORBIT_NUMQZSS=10, 109 109 CLOCKORBIT_NUMSBAS=38, 110 CLOCKORBIT_NUMBDS=6 3,110 CLOCKORBIT_NUMBDS=65, 111 111 CLOCKORBIT_NUMBIAS=100, 112 112 CLOCKORBIT_NUMIONOLAYERS=4, … … 375 375 376 376 /* return size of resulting data or 0 in case of an error */ 377 size_t MakeClockOrbit( conststruct ClockOrbit *co, enum ClockOrbitType type,377 size_t MakeClockOrbit(/*const*/ struct ClockOrbit *co, enum ClockOrbitType type, 378 378 int moremessagesfollow, char *buffer, size_t size); 379 379 size_t MakeCodeBias(const struct CodeBias *b, enum CodeBiasType type, -
trunk/BNC/src/t_prn.h
r8797 r8821 11 11 static const unsigned MAXPRN_QZSS = 10; 12 12 static const unsigned MAXPRN_SBAS = 38; 13 static const unsigned MAXPRN_BDS = 6 3;13 static const unsigned MAXPRN_BDS = 65; 14 14 static const unsigned MAXPRN_IRNSS = 7; 15 15 static const unsigned MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS + MAXPRN_GALILEO
Note:
See TracChangeset
for help on using the changeset viewer.