KellerAcculevel_Temp class

The Variable sub-class used for the temperature output from a Keller Acculevel.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

KellerAcculevel_Temp::KellerAcculevel_Temp(KellerAcculevel* parentSense, const char* uuid = "", const char* varCode = "kellerAccuTemp") explicit

Construct a new KellerAcculevel_Temp object.

Parameters
parentSense The parent KellerAcculevel 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 "kellerAccuTemp".

KellerAcculevel_Temp::KellerAcculevel_Temp()

Construct a new KellerAcculevel_Temp object.