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


Ignore:
Timestamp:
Nov 8, 2024, 5:35:39 PM (3 months ago)
Author:
stuerze
Message:

updates regarding RINEX version 4.02 navigation information

File:
1 edited

Legend:

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

    r10579 r10580  
    1313class t_orbCorr;
    1414class t_clkCorr;
    15 //  enum e_navType {EPH, STO, EOP, ION};
     15enum e_navType {EPH, STO, EOP, ION};
    1616
    1717class t_eph {
     
    208208  double _ISC_L1P;          // [s]
    209209
    210   bool   _intSF;            // [-] integrity status flag
    211   bool   _ephSF;            // [-] ephemeris status flag (QZSS)
    212   bool   _L2Cphasing;       // [-] L2C phasing flag
    213   bool   _alert;            // [-] alert flag
     210  int    _intSF;            // [-] integrity status flag
     211  int    _ephSF;            // [-] ephemeris status flag (QZSS)
     212  int    _L2Cphasing;       // [-] L2C phasing flag
     213  int    _alert;            // [-] alert flag
    214214
    215215  double _wnop;             // GPS continuous week number with the ambiguity resolved (same as _TOEweek?)
Note: See TracChangeset for help on using the changeset viewer.