#include <src/sensors/KellerNanolevel.h>
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.
- Reference
- Detailed Descriptions
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_
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_