Changeset 2660 in ntrip for trunk/rtcm3torinex
- Timestamp:
- Nov 9, 2010, 3:01:05 PM (14 years ago)
- Location:
- trunk/rtcm3torinex/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r2659 r2660 691 691 GETBITS(freq, 5) 692 692 693 gnss->channels[num] = freq - 7; 693 if(sv >= 1 && sv <= PRN_GLONASS_NUM) 694 handle->GLOFreq[sv-1] = 100+freq-7; 694 695 695 696 if(code) -
trunk/rtcm3torinex/lib/rtcm3torinex.h
r2659 r2660 213 213 unsigned int dataflags2[GNSS_MAXSATS]; /* GNSSDF2_xxx */ 214 214 int satellites[GNSS_MAXSATS]; /* SV - IDs */ 215 int channels[GNSS_MAXSATS]; /* Glonass channels - valid of Glonass SV only */216 215 int snrL1[GNSS_MAXSATS]; /* Important: all the 5 SV-specific fields must */ 217 216 int snrL2[GNSS_MAXSATS]; /* have the same SV-order */
Note:
See TracChangeset
for help on using the changeset viewer.