Changeset 4000 in ntrip for trunk/BNC/rinex/rnxnavfile.h


Ignore:
Timestamp:
Apr 22, 2012, 11:31:06 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxnavfile.h

    r3999 r4000  
    5757  ~t_rnxNavFile();
    5858  t_eph* getNextEph(const bncTime& tt, const QMap<QString, int>* corrIODs);
     59  const std::vector<t_eph*> ephs() const {return _ephs;}
    5960  float version() const {return _header.version();}
    6061  bool  glonass() const {return _header.glonass();}
Note: See TracChangeset for help on using the changeset viewer.