#include <src/sensors/SensirionSHT4x.h>
SensirionSHT4x_Temp
class
The Variable sub-class used for the temperature output from an Sensirion SHTx0.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- SensirionSHT4x_Temp(SensirionSHT4x* parentSense, const char* uuid = "", const char* varCode = "SHT4xTemp") explicit
- Construct a new SensirionSHT4x_
Temp object. - SensirionSHT4x_Temp()
- Construct a new SensirionSHT4x_
Temp object. - ~SensirionSHT4x_Temp()
- Destroy the SensirionSHT4x_
Temp object - no action needed.
Function documentation
SensirionSHT4x_ Temp:: SensirionSHT4x_Temp(SensirionSHT4x* parentSense,
const char* uuid = "",
const char* varCode = "SHT4xTemp") 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 "SHT4xTemp". |