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


Ignore:
Timestamp:
Mar 30, 2012, 11:21:04 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3746 r3748  
    2929#include <QtCore>
    3030#include "bncconst.h"
     31#include "bnctime.h"
    3132
    3233class t_pppOpt;
     
    5152  t_rnxNavFile(QString fileName);
    5253  ~t_rnxNavFile();
    53   t_eph* getNextEph();
     54  t_eph* getNextEph(const bncTime& tt);
    5455  float version() const {return _header.version();}
    5556  bool  glonass() const {return _header.glonass();}
Note: See TracChangeset for help on using the changeset viewer.