VRPN Scol plugin
|
Functions | |
int | _CRvrpnDevice (mmachine m) |
_CRvrpnDevice : This function create a VRPN object | |
int | _DSvrpnDevice (mmachine m) |
_DSvrpnDevice : Destroy VRPN object | |
int | _CBvrpnAnalogData (mmachine m) |
_CBvrpnAnalogData : This function sets the callback called when a VRPN Analog data is received | |
int | _CBvrpnButtonData (mmachine m) |
_CBvrpnButtonData : This function sets the callback called when a VRPN Button data is received | |
int | _CBvrpnButtonState (mmachine m) |
_CBvrpnButtonState : This function sets the callback called when a VRPN Button data is received | |
int | _CBvrpnTrackerData (mmachine m) |
_CBvrpnTrackerData : This function sets the callback called when a VRPN traker position data is received | |
int | _CBvrpnTrackerVelocityData (mmachine m) |
_CBvrpnTrackerVelocityData : This function sets the callback called when a VRPN traker velocity data is received | |
int | _CBvrpnTrackerAccelData (mmachine m) |
_CBvrpnTrackerAccelData : This function sets the callback called when a VRPN traker acceleration data is received | |
int | _CBvrpnTextData (mmachine m) |
_CBvrpnTextData : This function sets the callback called when a VRPN text data is received | |
Scol functions definition
int _CBvrpnAnalogData | ( | mmachine | m | ) |
_CBvrpnAnalogData : This function sets the callback called when a VRPN Analog data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 [F r1]] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 [F r1]] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 209 of file scolplugin.cpp.
int _CBvrpnButtonData | ( | mmachine | m | ) |
_CBvrpnButtonData : This function sets the callback called when a VRPN Button data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 [I r1]] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 [I r1]] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 280 of file scolplugin.cpp.
int _CBvrpnButtonState | ( | mmachine | m | ) |
_CBvrpnButtonState : This function sets the callback called when a VRPN Button data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 I I] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 I I] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 352 of file scolplugin.cpp.
int _CBvrpnTextData | ( | mmachine | m | ) |
_CBvrpnTextData : This function sets the callback called when a VRPN text data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 S] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 S] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 633 of file scolplugin.cpp.
int _CBvrpnTrackerAccelData | ( | mmachine | m | ) |
_CBvrpnTrackerAccelData : This function sets the callback called when a VRPN traker acceleration data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 I [F F F] [F F F F]] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 I [F F F] [F F F F]] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 560 of file scolplugin.cpp.
int _CBvrpnTrackerData | ( | mmachine | m | ) |
_CBvrpnTrackerData : This function sets the callback called when a VRPN traker position data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 I [F F F] [F F F F]] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 I [F F F] [F F F F]] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 410 of file scolplugin.cpp.
int _CBvrpnTrackerVelocityData | ( | mmachine | m | ) |
_CBvrpnTrackerVelocityData : This function sets the callback called when a VRPN traker velocity data is received
Prototype: fun [ObjVRPN fun [ObjVRPN u0 I [F F F] [F F F F]] u1 u0] ObjVRPN
ObjVRPN | : VRPN object to apply the callback |
fun | [ObjVRPN u0 I [F F F] [F F F F]] u1 : The callback to call when the event occurs.
|
u0 | : User parameter |
Definition at line 485 of file scolplugin.cpp.
int _CRvrpnDevice | ( | mmachine | m | ) |
_CRvrpnDevice : This function create a VRPN object
Prototype: fun [Chn S S] ObjVRPN
Chn | : channel |
S | : host name or ip address |
S | : device name |
Definition at line 113 of file scolplugin.cpp.
int _DSvrpnDevice | ( | mmachine | m | ) |
_DSvrpnDevice : Destroy VRPN object
fun [ObjVRPN] I
ObjVRPN | : VRPN Object to destroy |
Definition at line 174 of file scolplugin.cpp.