#include <src/sensors/KellerAcculevel.h>
KellerAcculevel_Temp
class
The Variable sub-class used for the temperature output from a Keller Acculevel.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- KellerAcculevel_Temp(KellerAcculevel* parentSense, const char* uuid = "", const char* varCode = "kellerAccuTemp") explicit
- Construct a new KellerAcculevel_
Temp object. - KellerAcculevel_Temp()
- Construct a new KellerAcculevel_
Temp object. - ~KellerAcculevel_Temp()
- Destroy the KellerAcculevel_
Temp object - no action needed.
Function documentation
KellerAcculevel_ Temp:: KellerAcculevel_Temp(KellerAcculevel* parentSense,
const char* uuid = "",
const char* varCode = "kellerAccuTemp") explicit
Construct a new KellerAcculevel_
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 "kellerAccuTemp". |