Go to the source code of this file.
◆ clCCardioCalibratedHandler
typedef void(* clCCardioCalibratedHandler) (clCCardio) |
◆ clCCardioData
◆ clCCardioIndexesUpdateHandler
typedef void(* clCCardioIndexesUpdateHandler) (clCCardio, clCCardioData) |
◆ CLC_CLASS_WN()
CLC_CLASS_WN |
( |
ClassificationCardioPrivate |
, |
|
|
clCCardio |
|
|
) |
| |
◆ CLC_STRUCT() [1/2]
CLC_STRUCT |
( |
clCCardioCalibratedDelegate |
| ) |
|
◆ CLC_STRUCT() [2/2]
CLC_STRUCT |
( |
clCCardioIndexesDelegate |
| ) |
|
◆ clCCardio_Create()
CL_DLL clCCardio clCCardio_Create |
( |
clCSession |
session | ) |
|
Create a Cardio classifier.
- Parameters
-
session | session handle. Valid session must be passed (does not need to be active) |
- Returns
- Cardio classifier handle.
◆ clCCardio_CreateCalibrated()
CL_DLL clCCardio clCCardio_CreateCalibrated |
( |
clCNFBCalibrator |
calibrator | ) |
|
Create a Cardio classifier after individual NFB has calibrated.
- Parameters
-
calibrator | NFB calibrator handle. A calibrated calibrator must be passed. |
- Returns
- Cardio handle.
◆ clCCardio_Destroy()
CL_DLL void clCCardio_Destroy |
( |
clCCardio |
cardio | ) |
|
Destroy Cardio classifier.
- Parameters
-
◆ clCCardio_GetOnCalibratedEvent()
CL_DLL clCCardioCalibratedDelegate clCCardio_GetOnCalibratedEvent |
( |
clCCardio |
cardio | ) |
|
Get delegate for cardio calibrated event Calibration starts automatically when PPG signal starts emitting.
◆ clCCardio_GetOnIndexesUpdateEvent()
CL_DLL clCCardioIndexesDelegate clCCardio_GetOnIndexesUpdateEvent |
( |
clCCardio |
cardio | ) |
|
Get delegate for cardio indexes event.
◆ clCCardio_Initialize()
CL_DLL void clCCardio_Initialize |
( |
clCCardio |
cardio | ) |
|
Initialize cardio classifier.
- Parameters
-
◆ clCCardioDelegateCalibrated_Set()
Set handler for cardio calibrated delegate Calibration starts automatically when PPG signal starts emitting.
◆ clCCardioDelegateIndexesUpdate_Set()
Set handler for cardio indexes updates delegate.