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


Ignore:
Timestamp:
Apr 22, 2012, 2:19:43 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4005 r4013  
    3232  virtual e_type type() const = 0;
    3333
     34  virtual QString toString(double version) const = 0;
     35
    3436  bool     ok() const {return _ok;}
    3537  bool     isNewerThan(const t_eph* eph) const;
     
    7981
    8082  virtual e_type type() const {return t_eph::GPS;}
     83
     84  virtual QString toString(double version) const;
    8185
    8286  double TOC() const {return _TOC;}
     
    134138
    135139  virtual e_type type() const {return t_eph::GLONASS;}
     140
     141  virtual QString toString(double version) const;
    136142
    137143  virtual void position(int GPSweek, double GPSweeks,
     
    177183  t_ephGal(float rnxVersion, const QStringList& lines);
    178184  virtual ~t_ephGal() {}
     185
     186  virtual QString toString(double version) const;
    179187
    180188  virtual e_type type() const {return t_eph::Galileo;}
Note: See TracChangeset for help on using the changeset viewer.