|
TUsb Respiration Belt plugin 1.0
|
Functions | |
| int | _CRTUsbDevice (mmachine m) |
| _CRTUsbDevice : This function creates a new TUsb respiration belt instance | |
| int | _DSTUsbDevice (mmachine m) |
| _DSTUsbDevice : This function deletes the TUsb respiration system instance | |
| int | _CBTUsbConnected (mmachine m) |
| _CBTUsbConnected : This function sets the Callback for a connected event received from TUsb respiration belt | |
| int | _CBTUsbDisconnected (mmachine m) |
| _CBTUsbDisconnected : This function sets the Callback for a Disconnected event received from TUsb respiration belt | |
| int | _CBTUsbNewData (mmachine m) |
| _CBTUsbNewData : This function sets the Callback for new data available from TUsb respiration belt | |
| int | _CBTUsbBatteryLevel (mmachine m) |
| _CBTUsbBatteryLevel : This function sets the Callback for a Battery level event received from TUsb respiration belt | |
Scol functions definition
| int _CBTUsbBatteryLevel | ( | mmachine | m | ) |
_CBTUsbBatteryLevel : This function sets the Callback for a Battery level event received from TUsb respiration belt
Prototype: fun [ObjTUsb fun [ObjTUsb u0 F] u1 u0] ObjTUsb
| ObjTUsb | : the current ObjTUsb |
| fun | [ObjTUsb u0 F] : SCOL CallBack function to call
|
| u1 | : user parameter |
| u0 | : user parameter |
Definition at line 356 of file Plugin.cpp.
| int _CBTUsbConnected | ( | mmachine | m | ) |
_CBTUsbConnected : This function sets the Callback for a connected event received from TUsb respiration belt
Prototype: fun [ObjTUsb fun [ObjTUsb u0] u1 u0] ObjTUsb
| ObjTUsb | : the current ObjTUsb |
| fun | [ObjTUsb u0] : SCOL CallBack function to call
|
| u1 | : user parameter |
| u0 | : user parameter |
Definition at line 215 of file Plugin.cpp.
| int _CBTUsbDisconnected | ( | mmachine | m | ) |
_CBTUsbDisconnected : This function sets the Callback for a Disconnected event received from TUsb respiration belt
Prototype: fun [ObjTUsb fun [ObjTUsb u0] u1 u0] ObjTUsb
| ObjTUsb | : the current ObjTUsb |
| fun | [ObjTUsb u0] : SCOL CallBack function to call
|
| u1 | : user parameter |
| u0 | : user parameter |
Definition at line 248 of file Plugin.cpp.
| int _CBTUsbNewData | ( | mmachine | m | ) |
_CBTUsbNewData : This function sets the Callback for new data available from TUsb respiration belt
Prototype: fun [ObjTUsb fun [ObjTUsb u0 [F r1]] u1 u0] ObjTUsb
| ObjTUsb | : the current ObjTUsb |
| fun | [ObjTUsb u0 [F r1]] : SCOL CallBack function to call
|
| u1 | : user parameter |
| u0 | : user parameter |
Definition at line 282 of file Plugin.cpp.
| int _CRTUsbDevice | ( | mmachine | m | ) |
_CRTUsbDevice : This function creates a new TUsb respiration belt instance
Prototype: fun [Chn] ObjTUsb
| Chn | : the current channel |
Definition at line 121 of file Plugin.cpp.
| int _DSTUsbDevice | ( | mmachine | m | ) |
_DSTUsbDevice : This function deletes the TUsb respiration system instance
Prototype: fun [ObjTUsb] I
| ObjTUsb | : the current ObjTUsb |
Definition at line 175 of file Plugin.cpp.
1.7.3