ModularSensors > Classes > Variable > KellerNanolevel_Temp
ModularSensors > Modules > Keller Nanolevel > KellerNanolevel_Temp


KellerNanolevel_Temp class

The Variable sub-class used for the temperature output from a Keller Nanolevel ceramic capacitive level transmitter.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

KellerNanolevel_Temp(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = NANOLEVEL_TEMP_DEFAULT_CODE) explicit

Construct a new KellerNanolevel_Temp object.

Parameters
parentSense The parent KellerNanolevel 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 "kellerNanoTemp".

KellerNanolevel_Temp()

Construct a new KellerNanolevel_Temp object.