Changeset 10614 in ntrip for trunk/BNC/src/rinex/reqcanalyze.h
- Timestamp:
- Feb 28, 2025, 5:53:12 PM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.h
r8756 r10614 179 179 180 180 private: 181 void checkEphemerides();182 181 183 182 void analyzePlotSignals(); … … 202 201 203 202 static bool mpLessThan(const t_polarPoint* p1, const t_polarPoint* p2); 204 203 205 204 QString _logFileName; 206 205 QFile* _logFile; 207 206 QTextStream* _log; 207 bool _checkEph; 208 208 QStringList _obsFileNames; 209 209 QVector<t_rnxObsFile*> _rnxObsFiles;
Note:
See TracChangeset
for help on using the changeset viewer.