Changeset 6792 in ntrip for trunk/BNC/src/ephemeris.h


Ignore:
Timestamp:
Apr 22, 2015, 2:51:30 PM (9 years ago)
Author:
stuerze
Message:

some complements with respect to Galileo navigation messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.h

    r6756 r6792  
    188188
    189189  double  _IDOT;             //  [rad/s]
    190   //
    191190  double _TOEweek;
    192191  // spare
    193192
    194   double  _SISA;             //  Signal In Space Accuracy
     193  int     _SISAI;            //  Signal In Space Accuracy Index from RTCM stream
     194  double  _SISA;             //  Signal In Space Accuracy [m] from RINEX file
    195195  double  _E5aHS;            //  E5a Health Status
    196196  double  _E5bHS;            //  E5b Health Status
     197  double  _E1_bHS;           //  E1-b Health Status
    197198  double  _BGD_1_5A;         //  group delay [s]
    198199  double  _BGD_1_5B;         //  group delay [s]
    199200
    200201  double _TOT;               // [s]
    201 
    202202  int    _flags;
    203203};
Note: See TracChangeset for help on using the changeset viewer.