Changeset 6771 in ntrip for trunk/rtcm3torinex/lib
- Timestamp:
- Apr 8, 2015, 5:13:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r6757 r6771 658 658 { 659 659 GETFLOATSIGN(ge->BGD_1_5B, 10, 1.0/(double)(1<<30)/(double)(1<<2)) 660 GETBITS(ge->E5 aHS, 2)660 GETBITS(ge->E5bHS, 2) 661 661 GETBITS(sv, 1) 662 662 ge->flags |= GALEPHF_INAV; 663 663 if(sv) 664 ge->flags |= GALEPHF_E5ADINVALID; 664 ge->flags |= GALEPHF_E5BDINVALID; 665 GETBITS(ge->E1_HS, 2) 666 GETBITS(sv, 1) 667 if(sv) 668 ge->flags |= GALEPHF_E1DINVALID; 669 } 670 else 671 { 672 ge->flags |= GALEPHF_FNAV; 665 673 GETBITS(ge->E5aHS, 2) 666 674 GETBITS(sv, 1) 667 675 if(sv) 668 ge->flags |= GALEPHF_E1DINVALID; 669 } 670 else 671 { 672 ge->flags |= GALEPHF_FNAV; 673 GETBITS(ge->E5bHS, 2) 674 GETBITS(sv, 1) 675 if(sv) 676 ge->flags |= GALEPHF_E5BDINVALID; 676 ge->flags |= GALEPHF_E5ADINVALID; 677 677 } 678 678 ret = type;
Note:
See TracChangeset
for help on using the changeset viewer.