+ Collaboration diagram for Defines:

Modules

 Characteristics Mask
 Bit masks for the initialization of hts_init_t::char_mask.
 

Macros

#define HTS_CONNECTION_MAX   10
 Maximum number of Health Thermometer Service connections. More...
 
#define HTS_TEM_MEAS_MAX_LEN   20
 Maximum length of temperature measurement encode. More...
 
#define HTS_TEM_TYPE_MAX_LEN   1
 Maximum length of temperature type value. More...
 
#define HTS_INTM_TEM_MAX_LEN   20
 Maximun length of intermediate temperature encode. More...
 
#define HTS_MEAS_INTERVAL_MAX_LEN   2
 Maximum length of measurement interval value. More...
 
#define HTS_MEAS_INTV_DFLT_MIN   2
 Minimun interval of temperature measurement (in unit of 1s). More...
 
#define HTS_MEAS_INTV_DFLT_MAX   10
 Maximum interval of temperature measurement (in unit of 1s). More...
 

Detailed Description

Macro Definition Documentation

◆ HTS_CONNECTION_MAX

#define HTS_CONNECTION_MAX   10

Maximum number of Health Thermometer Service connections.

Definition at line 74 of file hts.h.

◆ HTS_INTM_TEM_MAX_LEN

#define HTS_INTM_TEM_MAX_LEN   20

Maximun length of intermediate temperature encode.

Definition at line 77 of file hts.h.

◆ HTS_MEAS_INTERVAL_MAX_LEN

#define HTS_MEAS_INTERVAL_MAX_LEN   2

Maximum length of measurement interval value.

Definition at line 78 of file hts.h.

◆ HTS_MEAS_INTV_DFLT_MAX

#define HTS_MEAS_INTV_DFLT_MAX   10

Maximum interval of temperature measurement (in unit of 1s).

Definition at line 80 of file hts.h.

◆ HTS_MEAS_INTV_DFLT_MIN

#define HTS_MEAS_INTV_DFLT_MIN   2

Minimun interval of temperature measurement (in unit of 1s).

Definition at line 79 of file hts.h.

◆ HTS_TEM_MEAS_MAX_LEN

#define HTS_TEM_MEAS_MAX_LEN   20

Maximum length of temperature measurement encode.

Definition at line 75 of file hts.h.

◆ HTS_TEM_TYPE_MAX_LEN

#define HTS_TEM_TYPE_MAX_LEN   1

Maximum length of temperature type value.

Definition at line 76 of file hts.h.