Changeset 9321 in ntrip


Ignore:
Timestamp:
Dec 17, 2020, 4:09:40 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9216 r9321  
    3737  void    setClkCorr(const t_clkCorr* clkCorr);
    3838  const QDateTime& receptDateTime() const {return _receptDateTime;}
    39     const QString receptStaID() const {return _receptStaID;}
     39  const QString receptStaID() const {return _receptStaID;}
    4040  static QString rinexDateStr(const bncTime& tt, const t_prn& prn, double version);
    4141  static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version);
     
    9494  virtual ~t_ephGPS() {}
    9595
    96     virtual e_type type() const {
     96  virtual e_type type() const {
    9797    switch (_prn.system()) {
    9898      case 'J':
     
    140140  double  _L2PFlag;         // L2 P data flag (not valid for IRNSS and QZSS)
    141141
    142   mutable double  _ura;     // SV accuracy
     142  mutable double  _ura;     // SV accuracy [m]
    143143  double  _health;          // SV health
    144144  double  _TGD;             // [s]
     
    147147  double  _TOT;             // Transmission time
    148148  double  _fitInterval;     // Fit interval in hours (not valid for IRNSS)
    149 
    150149};
    151150
     
    190189    _M_tau_GPS        = 0.0;
    191190    _M_l5             = 0.0;
    192     _receptStaID      = "";   
     191    _receptStaID      = "";
    193192  }
    194193  t_ephGlo(float rnxVersion, const QStringList& lines);
     
    283282    _BGD_1_5B        = 0.0;
    284283    _TOT             = 0.0;
    285     _receptStaID     = "";   
     284    _receptStaID     = "";
    286285  };
    287286  t_ephGal(float rnxVersion, const QStringList& lines);
     
    364363    _ura            = 0.0;
    365364    _health         = 0.0;
    366     _receptStaID    = "";   
     365    _receptStaID    = "";
    367366  }
    368367  t_ephSBAS(float rnxVersion, const QStringList& lines);
     
    432431   _TOEsec          = 0.0;
    433432   _TOEweek         =-1.0;
    434     _receptStaID    = "";   
     433   _receptStaID     = "";
    435434 }
    436435 t_ephBDS(float rnxVersion, const QStringList& lines);
     
    450449  int     _AODC;
    451450  int     _URAI;             //  [0..15] index from RTCM stream
    452   mutable double  _URA;      //  user range accuracy
     451  mutable double  _URA;      //  user range accuracy [m]
    453452  double  _clock_bias;       //  [s]
    454453  double  _clock_drift;      //  [s/s]
     
    476475  double  _TOEweek;          //  BDT week will be set only in case of RINEX file input
    477476};
    478 
    479477#endif
Note: See TracChangeset for help on using the changeset viewer.