KellerNanolevel_Pressure class

The Variable sub-class used for the gauge pressure (vented and barometric pressure corrected) 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_Pressure(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = "kellerNanoPress") explicit
Construct a new KellerNanolevel_Pressure object.
KellerNanolevel_Pressure()
Construct a new KellerNanolevel_Pressure object.
~KellerNanolevel_Pressure()
Destroy the KellerNanolevel_Pressure object - no action needed.

Function documentation

KellerNanolevel_Pressure::KellerNanolevel_Pressure(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = "kellerNanoPress") explicit

Construct a new KellerNanolevel_Pressure 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 "kellerNanoPress".

KellerNanolevel_Pressure::KellerNanolevel_Pressure()

Construct a new KellerNanolevel_Pressure object.