Changeset 3673 in ntrip for trunk/BNC/rnxobsfile.h
- Timestamp:
- Feb 12, 2012, 10:12:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.h
r3672 r3673 60 60 ~t_rnxObsFile(); 61 61 62 float version() const {return _header.version();} 62 63 t_irc getEpoch(); 63 64 64 65 private: 66 t_irc getEpochV2(); 67 t_irc getEpochV3(); 68 65 69 t_rnxObsHeader _header; 66 70 QFile* _file;
Note:
See TracChangeset
for help on using the changeset viewer.