Changeset 3659 in ntrip for trunk/BNC/rnxnavfile.h


Ignore:
Timestamp:
Feb 3, 2012, 5:34:05 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxnavfile.h

    r3658 r3659  
    3131class t_pppOpt;
    3232class bncPPPclient;
     33class t_eph;
    3334
    3435class t_rnxNavFile {
     
    3940    ~t_rnxNavHeader();
    4041    t_irc read(QTextStream* stream);
     42    float version() const {return _version;}
     43    bool  glonass() const {return _glonass;}
    4144   private:
    4245    float   _version;
     46    bool    _glonass;
    4347  };
    4448 
     
    4650  t_rnxNavFile(QString fileName);
    4751  ~t_rnxNavFile();
     52  t_irc getNextEph(t_eph* eph);
     53  float version() const {return _header.version();}
     54  bool  glonass() const {return _header.glonass();}
    4855
    4956 private:
Note: See TracChangeset for help on using the changeset viewer.