#include <src/sensors/VegaPuls21.h>
VegaPuls21_Stage
class
The Variable sub-class used for the temperature output from a VEGAPULS C 21 radar level sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- VegaPuls21_Stage(VegaPuls21* parentSense, const char* uuid = "", const char* varCode = "VegaPulsStage") explicit
- Construct a new VegaPuls21_
Stage object. - VegaPuls21_Stage()
- Construct a new VegaPuls21_
Stage object. - ~VegaPuls21_Stage()
- Destroy the VegaPuls21_
Stage object - no action needed.
Function documentation
VegaPuls21_ Stage:: VegaPuls21_Stage(VegaPuls21* parentSense,
const char* uuid = "",
const char* varCode = "VegaPulsStage") explicit
Construct a new VegaPuls21_
Parameters | |
---|---|
parentSense | The parent VegaPuls21 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 "VegaPulsStage". |