source:
ntrip/trunk/BNC/src/pppMain.h@
8567
| Last change on this file since 8567 was 7856, checked in by , 10 years ago | |
|---|---|
| File size: 416 bytes | |
| Rev | Line | |
|---|---|---|
| [5714] | 1 | #ifndef PPPMAIN_H |
| 2 | #define PPPMAIN_H | |
| 3 | ||
| 4 | #include <QtCore> | |
| [5810] | 5 | #include "pppOptions.h" |
| [5813] | 6 | #include "pppThread.h" |
| [7856] | 7 | #include "bnccore.h" |
| [5714] | 8 | |
| [5814] | 9 | namespace BNC_PPP { |
| [5714] | 10 | |
| [5900] | 11 | class t_pppMain { |
| [5714] | 12 | public: |
| [5905] | 13 | t_pppMain(); |
| [5716] | 14 | ~t_pppMain(); |
| [5946] | 15 | void start(); |
| [5905] | 16 | void stop(); |
| [5714] | 17 | |
| 18 | private: | |
| 19 | void readOptions(); | |
| 20 | ||
| [5813] | 21 | QList<t_pppOptions*> _options; |
| 22 | QList<t_pppThread*> _pppThreads; | |
| [5905] | 23 | bool _running; |
| [5971] | 24 | bool _realTime; |
| [5714] | 25 | }; |
| 26 | ||
| [5814] | 27 | }; // namespace BNC_PPP |
| [5714] | 28 | |
| 29 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
