18 #ifndef FDTDATAGLOVE_H
19 #define FDTDATAGLOVE_H
26 namespace vreckoDP_base {
34 virtual int openDevice(
void);
35 int closeDevice(
void);
36 int calibrateDevice(
void);
41 int getActualValue(
float *p_actual_value);
42 void freezeRotation(
bool new_freezeR);
43 void freezeFingerSensor(
int id_FS,
bool new_freezeFS);
44 int getFingerDirection(
int id_finger,
float *p_finger_direction);
45 int getRotate(
float *p_rotate);
47 void setSignalType(
int _signal_id,
int _type) {_signal_type_table[_signal_id] = _type;}
53 float finger_direction[5][6];