ModularSensors > Classes > Variable > SensirionSHT4x_Temp
ModularSensors > Modules > Sensirion SHT40, SHT41, and SHT45 > SensirionSHT4x_Temp


SensirionSHT4x_Temp class

The Variable sub-class used for the temperature output from an Sensirion SHTx0.

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 = SHT4X_TEMP_DEFAULT_CODE) 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* parentSense, const char* uuid = "", const char* varCode = SHT4X_TEMP_DEFAULT_CODE) explicit

Construct a new SensirionSHT4x_Temp object.

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".

SensirionSHT4x_Temp()

Construct a new SensirionSHT4x_Temp object.