Changeset 9216 in ntrip for branches/BNC_2.12/src/ephemeris.h


Ignore:
Timestamp:
Nov 4, 2020, 4:02:19 PM (3 years ago)
Author:
stuerze
Message:

ephemeris checks + debugging output added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/ephemeris.h

    r8926 r9216  
    3737  void    setClkCorr(const t_clkCorr* clkCorr);
    3838  const QDateTime& receptDateTime() const {return _receptDateTime;}
     39    const QString receptStaID() const {return _receptStaID;}
    3940  static QString rinexDateStr(const bncTime& tt, const t_prn& prn, double version);
    4041  static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version);
     
    4748  bncTime      _TOC;
    4849  QDateTime    _receptDateTime;
     50  QString      _receptStaID;
    4951  e_checkState _checkState;
    5052  t_orbCorr*   _orbCorr;
     
    8789    _TOT              = 0.0;
    8890    _fitInterval      = 0.0;
     91    _receptStaID      = "";
    8992  }
    9093  t_ephGPS(float rnxVersion, const QStringList& lines);
     
    187190    _M_tau_GPS        = 0.0;
    188191    _M_l5             = 0.0;
     192    _receptStaID      = "";   
    189193  }
    190194  t_ephGlo(float rnxVersion, const QStringList& lines);
     
    279283    _BGD_1_5B        = 0.0;
    280284    _TOT             = 0.0;
     285    _receptStaID     = "";   
    281286  };
    282287  t_ephGal(float rnxVersion, const QStringList& lines);
     
    359364    _ura            = 0.0;
    360365    _health         = 0.0;
     366    _receptStaID    = "";   
    361367  }
    362368  t_ephSBAS(float rnxVersion, const QStringList& lines);
     
    426432   _TOEsec          = 0.0;
    427433   _TOEweek         =-1.0;
     434    _receptStaID    = "";   
    428435 }
    429436 t_ephBDS(float rnxVersion, const QStringList& lines);
Note: See TracChangeset for help on using the changeset viewer.