|
5DT Data Glove plugin 1.0
|
Public Member Functions | |
| fdGlove * | GetGlove () |
| char * | GetPort () |
| bool | IsShowRaw () |
| int | GetGloveType () |
| char * | GetType () |
| int | GetGloveHand () |
| char * | GetHand () |
| int | GetNbrOfSensors () |
| int | GetGestureIndex () |
| int | GetGestureWithThumbIndex () |
| std::string | GetSerialNumber () |
| bool | GetCalibrationDone () |
| bool | GetInitValuesDone () |
| bool | GetInitDone () |
| int | GetUSBIndex () |
| int | GetGestureMode () |
| void | SetGlove (fdGlove *) |
| void | SetPort (char *) |
| void | SetShowRaw (bool) |
| void | SetGloveType (int) |
| void | SetType (char *) |
| void | SetGloveHand (int) |
| void | SetHand (char *) |
| void | SetNbrOfSensors (int) |
| void | SetGestureIndex (int) |
| void | SetGestureWithThumbIndex (int) |
| void | SetSerialNumber (std::string) |
| void | SetCalibrationDone (bool) |
| void | SetInitValuesDone (bool) |
| void | SetInitDone (bool) |
| void | SetUSBIndex (int) |
| void | SetGestureMode (int) |
| bool | Init (int) |
| void | InitValues () |
| int | Close () |
| void | AutoCalibrate (bool) |
| void | SetCallback () |
| void | DeleteCallback () |
| void | UpdateGlove () |
| void | run () |
Public Attributes | |
| unsigned short * | pValues |
| unsigned short * | pMax |
| unsigned short * | pMin |
| bool | isRunning |
Definition at line 37 of file GloveObject.h.
| void GloveObject::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 555 of file GloveObject.cpp.
1.7.3