ModularSensors > Classes > Variable > AOSongDHT_HI
ModularSensors > Modules > AOSong DHT > AOSongDHT_HI

AOSongDHT_HI class

The Variable sub-class used for the heat index output calculated from measurements made by an AOSong DHT.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

AOSongDHT_HI(AOSongDHT* parentSense, const char* uuid = "", const char* varCode = DHT_HI_DEFAULT_CODE) explicit
Construct a new AOSongDHT_HI object.
AOSongDHT_HI()
Construct a new AOSongDHT_HI object.
~AOSongDHT_HI()
Destroy the AOSongDHT_HI object - no action needed.

Function documentation

AOSongDHT_HI(AOSongDHT* parentSense, const char* uuid = "", const char* varCode = DHT_HI_DEFAULT_CODE) explicit

Construct a new AOSongDHT_HI object.

Parameters
parentSense The parent AOSongDHT 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 "DHTHI".

AOSongDHT_HI()

Construct a new AOSongDHT_HI object.