ModularSensors > Classes > Variable > AtlasScientificCO2_Temp
ModularSensors > Modules > Atlas EZO-CO2 > AtlasScientificCO2_Temp


AtlasScientificCO2_Temp class

The Variable sub-class used for the temperature output from an Atlas Scientific CO2 circuit.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

AtlasScientificCO2_Temp(AtlasScientificCO2* parentSense, const char* uuid = "", const char* varCode = ATLAS_CO2TEMP_DEFAULT_CODE) explicit

Construct a new AtlasScientificCO2_Temp object.

Parameters
parentSense The parent AtlasScientificCO2 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 "AtlasCO2Temp".

AtlasScientificCO2_Temp()

Construct a new AtlasScientificCO2_Temp object.