VegaPuls21_Stage class

The Variable sub-class used for the temperature output from a VEGAPULS C 21 radar level sensor.

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_Stage object.

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".

VegaPuls21_Stage::VegaPuls21_Stage()

Construct a new VegaPuls21_Stage object.