#include <src/sensors/AtlasScientificCO2.h>
AtlasScientificCO2_CO2
class
The Variable sub-class used for the CO2 concentration output from an Atlas Scientific CO2 circuit.
- Reference
- Detailed Descriptions
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 = "AtlasCO2ppm") 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_CO2(AtlasScientificCO2* parentSense,
const char* uuid = "",
const char* varCode = "AtlasCO2ppm") explicit
Construct a new AtlasScientificCO2_
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". |