_CBDTGloveRawData
Sets the Callback for new data (including thumb) received from data glove.
Prototype :
fun [ObjGlove fun [ObjGlove u0 [F F] [F F] [F F] [F F] [F F] [F F F F] [F F] [F F]]] u1 u0] ObjGlove
- ObjGlove : a 5DT Glove object
- fun [ObjGlove u0 [F F] [F F] [F F] [F F] [F F] [F F F F] [F F] [F F]]] u1 : a SCOL CallBack function to call.
The supplemental arguments are :
- [F F] [F F] [F F] [F F] [F F] (the first 5 tuples) : the finger sensor values
- [F F F F] : the abduction values
- [F F] : the Thumbpalm and wristbend values
- [F F] : the Pitch and Roll values
- u0 : an user parameter
Return : ObjGlove the same object or NIL if an error occurs.
See also :
Example :
Note :