ModularSensors > Classes > Variable > KellerNanolevel_Height
ModularSensors > Modules > Keller Nanolevel > KellerNanolevel_Height


KellerNanolevel_Height class

The Variable sub-class used for the gauge height (water level with regard to an arbitrary gage datum) 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_Height(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = NANOLEVEL_HEIGHT_DEFAULT_CODE) explicit
Construct a new KellerNanolevel_Height object.
KellerNanolevel_Height()
Construct a new KellerNanolevel_Height object.
~KellerNanolevel_Height()
Destroy the KellerNanolevel_Height object - no action needed.

Function documentation

KellerNanolevel_Height(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = NANOLEVEL_HEIGHT_DEFAULT_CODE) explicit

Construct a new KellerNanolevel_Height 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 "kellerNanoHeight".

KellerNanolevel_Height()

Construct a new KellerNanolevel_Height object.