Changeset 3673 in ntrip for trunk/BNC/rnxobsfile.h


Ignore:
Timestamp:
Feb 12, 2012, 10:12:36 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.h

    r3672 r3673  
    6060  ~t_rnxObsFile();
    6161
     62  float version() const {return _header.version();}
    6263  t_irc getEpoch();
    6364
    6465 private:
     66  t_irc getEpochV2();
     67  t_irc getEpochV3();
     68
    6569  t_rnxObsHeader _header;
    6670  QFile*         _file;
Note: See TracChangeset for help on using the changeset viewer.