summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_fg/ftnoir_protocol_fg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_protocol_fg/ftnoir_protocol_fg.h')
-rw-r--r--ftnoir_protocol_fg/ftnoir_protocol_fg.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/ftnoir_protocol_fg/ftnoir_protocol_fg.h b/ftnoir_protocol_fg/ftnoir_protocol_fg.h
index 40a83384..f399904b 100644
--- a/ftnoir_protocol_fg/ftnoir_protocol_fg.h
+++ b/ftnoir_protocol_fg/ftnoir_protocol_fg.h
@@ -36,7 +36,6 @@
#include <QUdpSocket>
#include <QMessageBox>
#include <QSettings>
-#include <math.h>
#include "facetracknoir/global-settings.h"
#define FT_PROGRAMID "FT_ProgramID"
@@ -52,15 +51,8 @@ public:
return "FlightGear";
}
private:
-
- bool blnConnectionActive;
-
- // Tracker *headTracker; // For upstream messages...
- TFlightGearData FlightData;
- QUdpSocket *inSocket; // Receive from FligthGear
- QUdpSocket *outSocket; // Send to FligthGear
- qint32 cmd;
- qint32 fg_cmd; // Command from FlightGear
+ TFlightGearData FlightData;
+ QUdpSocket outSocket; // Send to FligthGear
QHostAddress destIP; // Destination IP-address
int destPort; // Destination port-number
void loadSettings();