Changeset 5883 in ntrip for trunk/BNC/src/PPP/pppRun.h


Ignore:
Timestamp:
Aug 8, 2014, 3:51:27 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.h

    r5879 r5883  
    1 #ifndef PPPRUNREALTIME_H
    2 #define PPPRUNREALTIME_H
     1#ifndef PPPRUN_H
     2#define PPPRUN_H
    33
    44#include <deque>
     
    1010#include "pppClient.h"
    1111
     12class t_rnxObsFile;
     13class t_rnxNavFile;
     14class t_corrFile;
     15
    1216namespace BNC_PPP {
    1317
    14 class t_pppRunRealTime : public QObject {
     18class t_pppRun : public QObject {
    1519 Q_OBJECT
    1620 public:
    17   t_pppRunRealTime(const t_pppOptions* opt);
    18   ~t_pppRunRealTime();
     21  t_pppRun(const t_pppOptions* opt);
     22  ~t_pppRun();
     23
     24  void processFiles();
    1925
    2026 signals:
     
    5056  double                 _lastClkCorrValue[t_prn::MAXPRN+1];
    5157  bncTime                _lastClkCorrTime;
     58
     59  t_rnxObsFile* _rnxObsFile;
     60  t_rnxNavFile* _rnxNavFile;
     61  t_corrFile*   _corrFile;
     62  int           _maxSpeed;
     63  int           _speed;
    5264};
    5365
Note: See TracChangeset for help on using the changeset viewer.