Changeset 10614 in ntrip for trunk/BNC/src/rinex/reqcedit.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/reqcedit.h

    r8397 r10614  
    5151                              QTextStream* log);
    5252  static void readEphemerides(const QStringList& navFileNames,
    53                               QVector<t_eph*>& ephs);
    54   static void appendEphemerides(const QString& fileName, QVector<t_eph*>& ephs);
     53                              QVector<t_eph*>& ephs, QTextStream* log,
     54                              bool checkEph);
     55  static void appendEphemerides(const QString& fileName,
     56                                QVector<t_eph*>& ephs,
     57                                QTextStream* log, bool checkEph);
    5558
    5659 private:
     
    6568  QFile*                 _logFile;
    6669  QTextStream*           _log;
     70  bool                   _checkEph;
    6771  QStringList            _obsFileNames;
    6872  QVector<t_rnxObsFile*> _rnxObsFiles;
Note: See TracChangeset for help on using the changeset viewer.