5DT Data Glove plugin 1.0
Public Member Functions | Public Attributes

GloveObject Class Reference

Inheritance diagram for GloveObject:
openutils::Thread

List of all members.

Public Member Functions

fdGloveGetGlove ()
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

Detailed Description

Definition at line 37 of file GloveObject.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: