Ignore:
Timestamp:
Apr 2, 2015, 3:41:56 PM (9 years ago)
Author:
stoecker
Message:

update to newest proposal for type 1046

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r6674 r6757  
    663663          if(sv)
    664664            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;
    666669        }
    667670        else
Note: See TracChangeset for help on using the changeset viewer.