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


AtlasScientificCO2_CO2 class

The Variable sub-class used for the CO2 concentration 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_CO2(AtlasScientificCO2* parentSense, const char* uuid = "", const char* varCode = ATLAS_CO2_DEFAULT_CODE) explicit
Construct a new AtlasScientificCO2_CO2 object.
AtlasScientificCO2_CO2()
Construct a new AtlasScientificCO2_CO2 object.
~AtlasScientificCO2_CO2()
Destroy the AtlasScientificCO2_CO2 object - no action needed.

Function documentation

AtlasScientificCO2_CO2(AtlasScientificCO2* parentSense, const char* uuid = "", const char* varCode = ATLAS_CO2_DEFAULT_CODE) explicit

Construct a new AtlasScientificCO2_CO2 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 "AtlasCO2ppm".

AtlasScientificCO2_CO2()

Construct a new AtlasScientificCO2_CO2 object.