Changeset 886 in ntrip for trunk/BNS/bnseph.h


Ignore:
Timestamp:
May 8, 2008, 4:47:15 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r884 r886  
    1212 public:
    1313  virtual ~t_eph() {};
     14
     15  bool    isNewerThan(const t_eph* eph) const;
     16  QString prn() const {return _prn;}
     17
    1418  virtual void position(int GPSweek, double GPSweeks, ColumnVector& xc,
    1519                        ColumnVector& vv) const = 0;
    1620  virtual void read(const QStringList& lines) = 0;
    17   virtual bool isNewerThan(const t_eph* ep) const = 0;
    1821  virtual int  IOD() const = 0;
    19   QString prn() const {return _prn;}
    2022 protected: 
    2123  QString _prn;
     24  int     _GPSweek;
     25  double  _GPSweeks;
    2226};
    2327
     
    3135  virtual void position(int GPSweek, double GPSweeks, ColumnVector& xc,
    3236                        ColumnVector& vv) const;
    33   virtual bool isNewerThan(const t_eph* ep) const;
    3437  virtual int  IOD() const;
    3538 private:
     
    3740  ColumnVector _xv;
    3841
    39   double _GPSweek;
    40   double _GPSTOW;
    4142  double _E;                  /* [days]   */
    4243  double _tau;                /* [s]      */
     
    5152  double _z_velocity;         /* [km/s]   */
    5253  double _z_acceleration;     /* [km/s^2] */
    53   int    _flags;              /* GLOEPHF_xxx */
    54   int    _frequency_number;   /* ICD-GLONASS data position */
     54  double _health;             /* 0 = O.K. */
     55  double _frequency_number;   /* ICD-GLONASS data position */
    5556};
    5657
     
    6768
    6869 private:
    69   double  _GPSweek;         
    7070  double  _TOW;              //  [s]   
    7171  double  _TOC;              //  [s]   
Note: See TracChangeset for help on using the changeset viewer.