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

Last change on this file since 5714 was 5714, checked in by mervart, 10 years ago
File size: 511 bytes
Line 
1#ifndef PPPMAIN_H
2#define PPPMAIN_H
3
4#include <QtCore>
5#include "options.h"
6
7namespace BNC {
8
9class t_pppMain {
10 public:
11 t_pppMain();
12 ~t_pppMain();
13
14 private:
15 void readOptions();
16
17 QList<QSharedPointer<t_options> > _options;
18 QString _logFile;
19 QString _nmeaFile;
20 int _nmeaPort;
21};
22
23}; // namespace BNC
24
25#endif
Note: See TracBrowser for help on using the repository browser.