source: ntrip/trunk/BNC/src/PPP/pppMain.h@ 5810

Last change on this file since 5810 was 5810, checked in by mervart, 10 years ago
File size: 656 bytes
RevLine 
[5714]1#ifndef PPPMAIN_H
2#define PPPMAIN_H
3
4#include <QtCore>
[5810]5#include "pppOptions.h"
6#include "pppInclude.hread.h"
[5714]7
8namespace BNC {
9
10class t_pppMain {
11 public:
12 t_pppMain();
[5716]13 ~t_pppMain();
14 void start();
15 void stop();
[5714]16
17 private:
18 void readOptions();
19
[5810]20 QList<t_pppOptions*> _options;
21 QList<t_pppInclude.hread*> _pppInclude.hreads;
[5736]22 QString _logFile;
23 QString _nmeaFile;
24 int _nmeaPort;
25 bool _running;
[5714]26};
27
28}; // namespace BNC
29
30#endif
Note: See TracBrowser for help on using the repository browser.