#include <src/sensors/KellerNanolevel.h>
KellerNanolevel_Temp
class
The Variable sub-class used for the temperature 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_Temp(KellerNanolevel* parentSense, const char* uuid = "", const char* varCode = "kellerNanoTemp") 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_Temp(KellerNanolevel* parentSense,
const char* uuid = "",
const char* varCode = "kellerNanoTemp") 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 "kellerNanoTemp". |