Go to the source code of this file.
◆ clCMEMSDataUpdateHandler
typedef void(* clCMEMSDataUpdateHandler) (clCMEMS, clCMEMSTimedData) |
◆ CLC_CLASS_WN()
CLC_CLASS_WN |
( |
ClassificationMEMSPrivate |
, |
|
|
clCMEMS |
|
|
) |
| |
◆ CLC_STRUCT()
CLC_STRUCT |
( |
clCMEMSTimedDataDelegate |
| ) |
|
◆ clCMEMS_Create()
CL_DLL clCMEMS clCMEMS_Create |
( |
clCSession |
session | ) |
|
Create a MEMS classifier.
- Parameters
-
session | session handle. Valid session must be passed (does not need to be active) |
- Returns
- MEMS classifier handle.
◆ clCMEMS_CreateCalibrated()
CL_DLL clCMEMS clCMEMS_CreateCalibrated |
( |
clCNFBCalibrator |
calibrator | ) |
|
Create a MEMS classifier after individual NFB has calibrated.
- Parameters
-
calibrator | NFB calibrator handle. A calibrated calibrator must be passed. |
- Returns
- MEMS handle.
◆ clCMEMS_Destroy()
CL_DLL void clCMEMS_Destroy |
( |
clCMEMS |
mems | ) |
|
Destroy MEMS classifier.
- Parameters
-
◆ clCMEMS_GetOnMEMSTimedDataUpdateEvent()
CL_DLL clCMEMSTimedDataDelegate clCMEMS_GetOnMEMSTimedDataUpdateEvent |
( |
clCMEMS |
mems | ) |
|
Get delegate for MEMS data event.
◆ clCMEMS_Initialize()
CL_DLL void clCMEMS_Initialize |
( |
clCMEMS |
mems | ) |
|
Initialize cardio classifier.
- Parameters
-
◆ clCMEMSDelegateMEMSTimedDataUpdate_Set()
Set handler for MEMS data updates delegate.