VegaPuls21_Temp 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_Temp(VegaPuls21* parentSense, const char* uuid = "", const char* varCode = "VegaPulsTemp") explicit
Construct a new VegaPuls21_Temp object.
VegaPuls21_Temp()
Construct a new VegaPuls21_Temp object.
~VegaPuls21_Temp()
Destroy the VegaPuls21_Temp object - no action needed.

Function documentation

VegaPuls21_Temp::VegaPuls21_Temp(VegaPuls21* parentSense, const char* uuid = "", const char* varCode = "VegaPulsTemp") explicit

Construct a new VegaPuls21_Temp 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 "VegaPulsTemp".

VegaPuls21_Temp::VegaPuls21_Temp()

Construct a new VegaPuls21_Temp object.