Changeset 6205 in ntrip for trunk/clock_and_orbit/lib/clock_orbit_rtcm.c
- Timestamp:
- Sep 25, 2014, 8:42:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/clock_and_orbit/lib/clock_orbit_rtcm.c
r6204 r6205 764 764 #define G_MW_CONSISTENCY_INDICATOR(a) GETBITS(a, 1) 765 765 #define G_INTEGER_INDICATOR(a) GETBITS(a, 1) 766 #define G_WIDE_LANE_INDICATOR(a) GETBITS(a, 1)766 #define G_WIDE_LANE_INDICATOR(a) GETBITS(a, 2) 767 767 #define G_DISCONTINUITY_COUNTER(a) GETBITS(a, 4) 768 768 #define G_SSR_URA(a) {int temp; GETBITS(temp, 6) \
Note:
See TracChangeset
for help on using the changeset viewer.