diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2010-12-30 18:13:00 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2010-12-30 18:13:00 +0000 |
commit | 26a42de2b739b8bf2cf9f1e1c849a681c1fcdc89 (patch) | |
tree | a44dfec3a52af472c14fe9009dfe9cbff507a097 /FaceTrackNoIR/FGServer.h | |
parent | 016d79347d429c291ea65eb95663e200e1e601f2 (diff) |
Spent the day removing some bad-bugs in the fake TrackIR protocol and the SCServer protocol. Seems to work now?!
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@34 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FGServer.h')
-rw-r--r-- | FaceTrackNoIR/FGServer.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/FaceTrackNoIR/FGServer.h b/FaceTrackNoIR/FGServer.h index 9fd52eb3..8e7d8b21 100644 --- a/FaceTrackNoIR/FGServer.h +++ b/FaceTrackNoIR/FGServer.h @@ -37,7 +37,7 @@ #include <QFile>
#include <QApplication>
#include <QDebug>
-#include <QThread>
+//#include <QThread>
#include <QMutex>
#include <QLibrary>
#include <QUdpSocket>
@@ -63,9 +63,6 @@ protected: bool checkServerInstallationOK( HANDLE handle );
void sendHeadposeToGame();
-private slots:
- void readPendingDatagrams();
-
private:
Tracker *headTracker; // For upstream messages...
TFlightGearData TestData;
@@ -75,7 +72,6 @@ private: qint32 fg_cmd; // Command from FlightGear
QHostAddress destIP; // Destination IP-address
int destPort; // Destination port-number
-
void loadSettings();
};
|