ModularSensors > Classes > Variable > KellerAcculevel_Height
ModularSensors > Modules > Keller Acculevel > KellerAcculevel_Height


KellerAcculevel_Height class

The Variable sub-class used for the gauge height (water level with regard to an arbitrary gage datum) output from a Keller Acculevel.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

KellerAcculevel_Height(KellerAcculevel* parentSense, const char* uuid = "", const char* varCode = ACCULEVEL_HEIGHT_DEFAULT_CODE) explicit

Construct a new KellerAcculevel_Height 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 "kellerAccuHeight".

KellerAcculevel_Height()

Construct a new KellerAcculevel_Height object.