74 clCEmotionsDelegateEmotionalStatesUpdate delegate,
76CL_DLL clCEmotionsDelegateEmotionalStatesUpdate
#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 clCEmotionsDelegateFloat clCEmotions_GetOnEmotionUpdateEvent(clCEmotions emotions, clCEmotionsEmotion emotion) NOEXCEPT
void(* clCEmotionsHandlerFloat)(clCEmotions, float)
Definition CEmotions.h:65
CL_DLL clCEmotionsDelegateEmotionalStatesUpdate clCEmotions_GetOnEmotionalStatesUpdateEvent(clCEmotions emotions) NOEXCEPT
CL_DLL clCEmotions clCEmotions_Create(clCSession session, double speed, double maxSpeed) NOEXCEPT
CL_DLL void clCEmotions_Destroy(clCEmotions emotions) NOEXCEPT
CL_DLL void clCEmotions_Initialize(clCEmotions emotions, const char *platformAddress) NOEXCEPT
Initialize emotions classifier.
CL_DLL clCEmotionsDelegate clCEmotions_GetOnInitializedEvent(clCEmotions emotions) NOEXCEPT
void(* clCEmotionsHandler)(clCEmotions)
Definition CEmotions.h:80
CL_DLL void clCEmotionsDelegateString_Set(clCEmotionsDelegateString delegate, clCEmotionsHandlerString handler) NOEXCEPT
void(* clCEmotionsHandlerString)(clCEmotions, const char *)
Definition CEmotions.h:86
CL_DLL void clCEmotionsDelegateEmotionalStatesUpdate_Set(clCEmotionsDelegateEmotionalStatesUpdate delegate, clCEmotionsHandlerEmotionalStatesUpdate handler) NOEXCEPT
CL_DLL void clCEmotions_StartCalibration(clCEmotions emotions) NOEXCEPT
Start emotions calibration.
clCEmotionsEmotion
Metrics you can compute with clCEmotions.
Definition CEmotions.h:22
@ clC_Emotions_EmotionStress
Definition CEmotions.h:25
@ clC_Emotions_EmotionAnger
Definition CEmotions.h:26
@ clC_Emotions_EmotionSelfControl
Definition CEmotions.h:27
@ clC_Emotions_EmotionFocus
Definition CEmotions.h:23
@ clC_Emotions_EmotionChill
Definition CEmotions.h:24
CL_DLL clCEmotionsDelegateString clCEmotions_GetOnErrorEvent(clCEmotions emotions) NOEXCEPT
void(* clCEmotionsHandlerEmotionalStatesUpdate)(clCEmotions, const clCEmotionalStates *)
Definition CEmotions.h:72
CL_DLL clCEmotionsDelegate clCEmotions_GetOnCalibratedEvent(clCEmotions emotions) NOEXCEPT
CL_DLL clCEmotions clCEmotions_CreateCalibrated(clCNFBCalibrator calibrator, double speed, double maxSpeed) NOEXCEPT
CL_DLL void clCEmotionsDelegateFloat_Set(clCEmotionsDelegateFloat delegate, clCEmotionsHandlerFloat handler) NOEXCEPT
CL_DLL void clCEmotionsDelegate_Set(clCEmotionsDelegate delegate, clCEmotionsHandler handler) NOEXCEPT
Emotions values, determined by Emotions classifier.
Definition CEmotions.h:33
float anger
Definition CEmotions.h:37
float chill
Definition CEmotions.h:35
float focus
Definition CEmotions.h:34
float selfControl
Definition CEmotions.h:38
float stress
Definition CEmotions.h:36