AtlasScientificRTD_Temp class

The Variable sub-class used for the temperature output from an Atlas Scientific RTD temperature sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

AtlasScientificRTD_Temp(AtlasScientificRTD* parentSense, const char* uuid = "", const char* varCode = "AtlasTemp") explicit
Construct a new AtlasScientificRTD_Temp object.
AtlasScientificRTD_Temp()
Construct a new AtlasScientificRTD_Temp object.
~AtlasScientificRTD_Temp()
Destroy the AtlasScientificRTD_Temp object - no action needed.

Function documentation

AtlasScientificRTD_Temp::AtlasScientificRTD_Temp(AtlasScientificRTD* parentSense, const char* uuid = "", const char* varCode = "AtlasTemp") explicit

Construct a new AtlasScientificRTD_Temp object.

Parameters
parentSense The parent AtlasScientificRTD 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 "AtlasTemp".

AtlasScientificRTD_Temp::AtlasScientificRTD_Temp()

Construct a new AtlasScientificRTD_Temp object.