Changeset 10614 in ntrip for trunk/BNC/src/rinex/rnxnavfile.h
- Timestamp:
- Feb 28, 2025, 5:53:12 PM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxnavfile.h
r10587 r10614 62 62 t_eph* getNextEph(const bncTime& tt, const QMap<QString, unsigned int>* corrIODs); 63 63 const std::vector<t_eph*> ephs() const {return _ephs;} 64 const QString& fileName() const {return _fileName;} 64 65 double version() const {return _header._version;} 65 66 void setVersion(double version) {_header._version = version;}
Note:
See TracChangeset
for help on using the changeset viewer.