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


Ignore:
Timestamp:
Aug 18, 2014, 8:31:00 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5988 r5989  
    5454  };
    5555
     56  QString nmeaRMC(const t_output& output) const;
     57  QString nmeaGGA(const t_output& output) const;
     58
    5659  QMutex                 _mutex;
    5760  const t_pppOptions*    _opt;
     
    6164  double                 _lastClkCorrValue[t_prn::MAXPRN+1];
    6265  bncTime                _lastClkCorrTime;
    63 
    64   t_rnxObsFile* _rnxObsFile;
    65   t_rnxNavFile* _rnxNavFile;
    66   t_corrFile*   _corrFile;
    67   int           _speed;
    68   bool          _stopFlag;
    69   bncoutf*      _logFile;
    70   bncoutf*      _nmeaFile;
     66  t_rnxObsFile*          _rnxObsFile;
     67  t_rnxNavFile*          _rnxNavFile;
     68  t_corrFile*            _corrFile;
     69  int                    _speed;
     70  bool                   _stopFlag;
     71  bncoutf*               _logFile;
     72  bncoutf*               _nmeaFile;
    7173};
    7274
Note: See TracChangeset for help on using the changeset viewer.