ModularSensors > Classes > Variable > MeterHydros21_Temp
ModularSensors > Modules > Meter Hydros 21 > MeterHydros21_Temp


MeterHydros21_Temp class

The Variable sub-class used for the temperature output from a Meter Hydros 21 3-in-1 water level sensor..

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MeterHydros21_Temp(MeterHydros21* parentSense, const char* uuid = "", const char* varCode = HYDROS21_TEMP_DEFAULT_CODE) explicit

Construct a new MeterHydros21_Temp object.

Parameters
parentSense The parent MeterHydros21 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 "Hydros21temp".

MeterHydros21_Temp()

Construct a new MeterHydros21_Temp object.