Changeset 6555 in ntrip for trunk/clock_and_orbit
- Timestamp:
- Jan 19, 2015, 1:46:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/clock_and_orbit/lib/clock_orbit_rtcm.c
r6207 r6555 177 177 static const enum ClockOrbitType corbase[CLOCKORBIT_SATNUM] = 178 178 { 179 COBBASE_GPS, COBBASE_GLONASS, COBBASE_GALILEO, COBBASE_QZSS, COBBASE_SBAS,180 COBBASE_BDS179 (int) COBBASE_GPS, (int) COBBASE_GLONASS, (int) COBBASE_GALILEO, 180 (int) COBBASE_QZSS, (int) COBBASE_SBAS, (int) COBBASE_BDS 181 181 }; 182 182 static const enum COR_OFFSETS satoffset[CLOCKORBIT_SATNUM+1] =
Note:
See TracChangeset
for help on using the changeset viewer.