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


Ignore:
Timestamp:
Nov 4, 2020, 3:28:55 PM (3 years ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

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

    r8925 r9212  
    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);
     
    186189    _M_tau_GPS        = 0.0;
    187190    _M_l5             = 0.0;
     191    _receptStaID      = "";
    188192  }
    189193  t_ephGlo(float rnxVersion, const QStringList& lines);
     
    278282    _BGD_1_5B        = 0.0;
    279283    _TOT             = 0.0;
     284    _receptStaID     = "";
    280285  };
    281286  t_ephGal(float rnxVersion, const QStringList& lines);
     
    358363    _ura            = 0.0;
    359364    _health         = 0.0;
     365    _receptStaID    = "";
    360366  }
    361367  t_ephSBAS(float rnxVersion, const QStringList& lines);
     
    425431   _TOEsec          = 0.0;
    426432   _TOEweek         =-1.0;
     433   _receptStaID     = "";
    427434 }
    428435 t_ephBDS(float rnxVersion, const QStringList& lines);
Note: See TracChangeset for help on using the changeset viewer.