Changeset 6757 in ntrip
- Timestamp:
- Apr 2, 2015, 3:41:56 PM (10 years ago)
- Location:
- trunk/rtcm3torinex/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r6674 r6757 663 663 if(sv) 664 664 ge->flags |= GALEPHF_E5ADINVALID; 665 GETFLOATSIGN(ge->BGD_1_5B, 10, 1.0/(double)(1<<30)/(double)(1<<2)) 665 GETBITS(ge->E5aHS, 2) 666 GETBITS(sv, 1) 667 if(sv) 668 ge->flags |= GALEPHF_E1DINVALID; 666 669 } 667 670 else -
trunk/rtcm3torinex/lib/rtcm3torinex.h
r6604 r6757 420 420 #define GALEPHF_INAV (1<<2) /* INAV data */ 421 421 #define GALEPHF_FNAV (1<<3) /* FNAV data */ 422 #define GALEPHF_E1DINVALID (1<<4) /* E1DVS set invalid */ 422 423 423 424 struct galileoephemeris { … … 451 452 int E5aHS; 452 453 int E5bHS; 454 int E1_HS; 453 455 }; 454 456
Note:
See TracChangeset
for help on using the changeset viewer.