Changeset 3174 in ntrip for trunk/BNC/RTCM3/ephemeris.h


Ignore:
Timestamp:
Mar 29, 2011, 5:14:09 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2770 r3174  
    33
    44#include <newmat.h>
    5 
     5#include <QtCore>
    66#include <stdio.h>
    77#include <string>
     
    1616  bool        isNewerThan(const t_eph* eph) const;
    1717  std::string prn() const {return _prn;}
     18  void    setReceptDateTime(const QDateTime& dateTime) {
     19    _receptDateTime = dateTime;
     20  }
     21  const QDateTime& receptDateTime() const {return _receptDateTime;}
    1822
    1923  int    GPSweek()  const { return _GPSweek; }
     
    4246  int         _GPSweek;
    4347  double      _GPSweeks;
     48  QDateTime   _receptDateTime;
    4449};
    4550
Note: See TracChangeset for help on using the changeset viewer.