ecg_gsr  2.0.0.0
Data Structures | Enumerations
Types

Data Structures

struct  ecg_gsr_t
 Context structure. More...
 
struct  ecg_gsr_cfg_t
 Configuration structure. More...
 

Enumerations

enum  ecg_gsr_functionality_t { ENABLE_OXIMETER_FUNCTIONALITY = 0, ENABLE_HEARTRATE_FUNCTIONALITY, ENABLE_GALVANIC_SKIN_RESPONSE_FUNCTIONALITY, DEFAULT_ECG_GSR_CLICK_FUNCTIONALITY = ENABLE_OXIMETER_FUNCTIONALITY }
 ECG GSR type of measurement selector. More...
 
enum  ecg_gsr_err_t { ecg_gsr_ok = 0, ecg_gsr_init_error }
 Error Code. More...
 

Detailed Description

Enumeration Type Documentation

◆ ecg_gsr_err_t

Error Code.

Enumerator
ecg_gsr_ok 
ecg_gsr_init_error 

◆ ecg_gsr_functionality_t

ECG GSR type of measurement selector.

Enumerator structure for selection of type of working state of the ECG GSR Click.

Enumerator
ENABLE_OXIMETER_FUNCTIONALITY 
ENABLE_HEARTRATE_FUNCTIONALITY 
ENABLE_GALVANIC_SKIN_RESPONSE_FUNCTIONALITY 
DEFAULT_ECG_GSR_CLICK_FUNCTIONALITY