Changeset 4254 in ntrip for trunk/BNC/rinex/reqcanalyze.h


Ignore:
Timestamp:
Jun 22, 2012, 9:12:24 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/reqcanalyze.h

    r3900 r4254  
    2727
    2828#include <QtCore>
     29#include "rnxobsfile.h"
     30#include "rnxnavfile.h"
     31#include "RTCM3/ephemeris.h"
    2932
    3033class t_reqcAnalyze : public QThread {
     
    4649 
    4750 private:
     51  void analyzeFile(const t_rnxObsFile* rnxObsFile);
     52
     53  QStringList            _obsFileNames;
     54  QVector<t_rnxObsFile*> _rnxObsFiles;
     55  QString                _logFileName;
    4856};
    4957
Note: See TracChangeset for help on using the changeset viewer.