Changeset 2502 in ntrip for trunk/rtcm3torinex
- Timestamp:
- Jun 29, 2010, 12:00:18 PM (15 years ago)
- Location:
- trunk/rtcm3torinex/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r2501 r2502 936 936 #ifdef NO_RTCM3_MAIN 937 937 int i; 938 if(Parser->allflags == 0) 939 Parser->allflags = ~0; 938 940 if(Parser->rinex3) 939 941 { 940 942 #define CHECKFLAGSNEW(a, b, c) \ 943 if(Parser->allflags & GNSSDF_##b##DATA) \ 941 944 { \ 942 945 Parser->dataflag##a[Parser->numdatatypes##a] = GNSSDF_##b##DATA; \ … … 981 984 { 982 985 #define CHECKFLAGS(a, b) \ 986 if(Parser->allflags & GNSSDF_##a##DATA) \ 983 987 { \ 984 988 if(data[RINEXENTRY_##b##DATA]) \ -
trunk/rtcm3torinex/lib/rtcm3torinex.h
r2501 r2502 220 220 char antenna[256+1]; 221 221 int blocktype; 222 int allflags; 222 223 int modjulday; 223 224 int secofday;
Note:
See TracChangeset
for help on using the changeset viewer.