#define CLC_STRUCT(Name)
Definition CDefinesPrivate.h:24
#define NOEXCEPT
Definition CDefinesPrivate.h:52
#define CL_DLL
Definition CDefinesPrivate.h:21
#define CLC_CLASS_WN(Wrapped, Name)
Definition CDefinesPrivate.h:54
CL_DLL void clCMEMS_Initialize(clCMEMS mems) NOEXCEPT
Initialize cardio classifier.
CL_DLL void clCMEMS_Destroy(clCMEMS mems) NOEXCEPT
Destroy MEMS classifier.
CL_DLL clCMEMS clCMEMS_Create(clCSession session) NOEXCEPT
Create a MEMS classifier.
void(* clCMEMSDataUpdateHandler)(clCMEMS, clCMEMSTimedData)
Definition CMEMS.h:44
CL_DLL clCMEMS clCMEMS_CreateCalibrated(clCNFBCalibrator calibrator) NOEXCEPT
Create a MEMS classifier after individual NFB has calibrated.
CL_DLL void clCMEMSDelegateMEMSTimedDataUpdate_Set(clCMEMSTimedDataDelegate delegate, clCMEMSDataUpdateHandler callback) NOEXCEPT
Set handler for MEMS data updates delegate.
CL_DLL clCMEMSTimedDataDelegate clCMEMS_GetOnMEMSTimedDataUpdateEvent(clCMEMS mems) NOEXCEPT
Get delegate for MEMS data event.