Changeset 2845 in ntrip for trunk/rtcm3torinex/lib


Ignore:
Timestamp:
Jan 10, 2011, 5:49:30 PM (13 years ago)
Author:
stoecker
Message:

update type 1045 to newest proposal

Location:
trunk/rtcm3torinex/lib
Files:
2 edited

Legend:

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

    r2764 r2845  
    449449        GETFLOATSIGN(ge->OMEGADOT, 24, R2R_PI/(double)(1<<30)/(double)(1<<13))
    450450        GETFLOATSIGN(ge->BGD_1_5A, 10, 1.0/(double)(1<<30)/(double)(1<<2))
     451        GETFLOATSIGN(ge->BGD_1_5B, 10, 1.0/(double)(1<<30)/(double)(1<<2))
    451452        GETBITS(ge->E5aHS, 2)
    452453        GETBITS(sv, 1)
  • trunk/rtcm3torinex/lib/rtcm3torinex.h

    r2756 r2845  
    314314  double IDOT;             /* [rad/s] */
    315315  double BGD_1_5A;         /* [s] */
     316  double BGD_1_5B;         /* [s] */
    316317  int    Week;
    317318  int    SISA;
Note: See TracChangeset for help on using the changeset viewer.