#include <src/sensors/SensirionSHT4x.h>
SensirionSHT4x_Humidity
class
The Variable sub-class used for the relative humidity output from an Sensirion SHT4x.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- SensirionSHT4x_Humidity(SensirionSHT4x* parentSense, const char* uuid = "", const char* varCode = "SHT4xHumidity") explicit
- Construct a new SensirionSHT4x_
Humidity object. - SensirionSHT4x_Humidity()
- Construct a new SensirionSHT4x_
Humidity object. - ~SensirionSHT4x_Humidity()
- Destroy the SensirionSHT4x_
Humidity object - no action needed.
Function documentation
SensirionSHT4x_ Humidity:: SensirionSHT4x_Humidity(SensirionSHT4x* parentSense,
const char* uuid = "",
const char* varCode = "SHT4xHumidity") explicit
Construct a new SensirionSHT4x_
Parameters | |
---|---|
parentSense | The parent SensirionSHT4x providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "SHT4xHumidity". |