Changeset 10630 in ntrip for trunk/BNC/src/rinex/reqcedit.h
- Timestamp:
- Mar 17, 2025, 5:01:45 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/rinex/reqcedit.h ¶
r10614 r10630 51 51 QTextStream* log); 52 52 static void readEphemerides(const QStringList& navFileNames, 53 QVector<t_eph*>& ephs, QTextStream* log, 53 QVector<t_eph*>& ephs, QTextStream* log, 54 54 bool checkEph); 55 static void appendEphemerides(const QString& fileName, 55 static void appendEphemerides(const QString& fileName, 56 56 QVector<t_eph*>& ephs, 57 57 QTextStream* log, bool checkEph); … … 67 67 QString _logFileName; 68 68 QFile* _logFile; 69 QTextStream* _log; 69 QTextStream* _logStream; 70 70 bool _checkEph; 71 71 QStringList _obsFileNames;
Note:
See TracChangeset
for help on using the changeset viewer.