|
5DT Data Glove plugin
1.0
|
#include <GloveObject.h>
Public Member Functions | |
| GloveObject () | |
| ~GloveObject () | |
| fdGlove * | GetGlove () |
| std::string | GetUSBPortName () |
| USB port of the glove. | |
| int | GetUSBPortIndex () |
| int | GetTypeID () |
| std::string | GetTypeName () |
| int | GetHandIndex () |
| std::string | GetHandName () |
| int | GetNbrOfSensors () |
| int | GetGestureIndex () |
| std::string | GetSerialNumber () |
| float * | GetSensorValues () |
| void | StartCalibration () |
| bool | Init () |
| void | InitValues () |
| int | Close () |
| void | Calibrate (bool) |
| void | UpdateGlove () |
Class Object
Definition at line 22 of file GloveObject.h.
| GloveObject::GloveObject | ( | ) |
Constructor
Definition at line 31 of file GloveObject.cpp.
| GloveObject::~GloveObject | ( | ) |
Destructor
Definition at line 47 of file GloveObject.cpp.
1.8.1.2