Changeset 10614 in ntrip for trunk/BNC/src/rinex/rnxnavfile.h


Ignore:
Timestamp:
Feb 28, 2025, 5:53:12 PM (8 hours ago)
Author:
stuerze
Message:

bug fixes egarding RINEX Editing and QC

File:
1 edited

Legend:

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

    r10587 r10614  
    6262  t_eph* getNextEph(const bncTime& tt, const QMap<QString, unsigned int>* corrIODs);
    6363  const std::vector<t_eph*> ephs() const {return _ephs;}
     64  const QString& fileName() const {return _fileName;}
    6465  double version() const {return _header._version;}
    6566  void   setVersion(double version) {_header._version = version;}
Note: See TracChangeset for help on using the changeset viewer.