Changeset 6757 in ntrip for trunk/rtcm3torinex


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

update to newest proposal for type 1046

Location:
trunk/rtcm3torinex/lib
Files:
2 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
  • trunk/rtcm3torinex/lib/rtcm3torinex.h

    r6604 r6757  
    420420#define GALEPHF_INAV            (1<<2) /* INAV data */
    421421#define GALEPHF_FNAV            (1<<3) /* FNAV data */
     422#define GALEPHF_E1DINVALID      (1<<4) /* E1DVS set invalid */
    422423
    423424struct galileoephemeris {
     
    451452  int    E5aHS;
    452453  int    E5bHS;
     454  int    E1_HS;
    453455};
    454456
Note: See TracChangeset for help on using the changeset viewer.