Changeset 10630 in ntrip for trunk/BNC/src/rinex/reqcedit.h


Ignore:
Timestamp:
Mar 17, 2025, 5:01:45 PM (3 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/src/rinex/reqcedit.h

    r10614 r10630  
    5151                              QTextStream* log);
    5252  static void readEphemerides(const QStringList& navFileNames,
    53                               QVector<t_eph*>& ephs, QTextStream* log, 
     53                              QVector<t_eph*>& ephs, QTextStream* log,
    5454                              bool checkEph);
    55   static void appendEphemerides(const QString& fileName, 
     55  static void appendEphemerides(const QString& fileName,
    5656                                QVector<t_eph*>& ephs,
    5757                                QTextStream* log, bool checkEph);
     
    6767  QString                _logFileName;
    6868  QFile*                 _logFile;
    69   QTextStream*           _log;
     69  QTextStream*           _logStream;
    7070  bool                   _checkEph;
    7171  QStringList            _obsFileNames;
Note: See TracChangeset for help on using the changeset viewer.