|
SpacePoint Fusion plugin 1.0
|
Public Member Functions | |
| bool | GetConnected () |
| int | GetNbSamples () |
| int | GetVID () |
| int | GetPID () |
| float * | GetAccelerationValues () |
| float * | GetQuaternionValues () |
| int * | GetButtonValues () |
| int | GetDataType () |
| void | SetConnected (bool) |
| void | SetNbSamples (int) |
| void | SetVID (int) |
| void | SetPID (int) |
| void | SetAccelerationValues (float *) |
| void | SetQuaternionValues (float *) |
| void | SetButtonValues (int *) |
| void | SetDataType (int) |
| bool | OpenDevice (int) |
| void | CloseDevice () |
| bool | ParseData () |
| bool | FindHID (unsigned int, unsigned int, unsigned int) |
| void | RegisterForDeviceNotifications () |
| void | GetDeviceCapabilities () |
| int | ReadDataFromHID () |
| void | run () |
Public Attributes | |
| int * | iRawAxes |
| float * | fAcceleration |
| Quaternion | fQuaternion |
| int * | iButton |
| bool | isRunning |
| void Fusion::run | ( | ) | [virtual] |
run() called by the thread callback _ou_thread_proc() to be overridden by child classes of Thread
Reimplemented from openutils::Thread.
Definition at line 490 of file Fusion.cpp.
1.7.3