Changeset 10580 in ntrip


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

updates regarding RINEX version 4.02 navigation information

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r10579 r10580  
    995995  if (ephType() == t_eph::CNV2) {
    996996    int intFlags;
    997     if (_intSF !=-1 ) {
     997    if (_intSF != -1 ) {
    998998      intFlags |= (1 << 0);
    999999      out
  • 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.