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


Ignore:
Timestamp:
Dec 12, 2010, 10:14:49 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.h

    r2618 r2768  
    1717  bool    isNewerThan(const t_eph* eph) const;
    1818  QString prn() const {return _prn;}
     19  void    setRecepDateTime(const QDateTime& dateTime) {
     20    _receptDateTime = dateTime;
     21  }
     22  const QDateTime& receptDateTime() const {return _receptDateTime;}
    1923
    2024  virtual void position(int GPSweek, double GPSweeks, ColumnVector& xc,
     
    2529
    2630 protected: 
    27   QString _prn;
    28   int     _GPSweek;
    29   double  _GPSweeks;
     31  QString   _prn;
     32  int       _GPSweek;
     33  double    _GPSweeks;
     34  QDateTime _receptDateTime;
    3035};
    3136
Note: See TracChangeset for help on using the changeset viewer.