#include <src/sensors/AlphasenseCO2.h>
AlphasenseCO2_CO2
class
The Variable sub-class used for the carbon dioxide (CO2) output from an Alphasense IRC-A1 CO2.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- AlphasenseCO2_CO2(AlphasenseCO2* parentSense, const char* uuid = "", const char* varCode = "AlphasenseCO2ppm") explicit
- Construct a new AlphasenseCO2_
CO2 object. - AlphasenseCO2_CO2()
- Construct a new AlphasenseCO2_
CO2 object. - ~AlphasenseCO2_CO2()
- Destroy the AlphasenseCO2_
CO2 object - no action needed.
Function documentation
AlphasenseCO2_ CO2:: AlphasenseCO2_CO2(AlphasenseCO2* parentSense,
const char* uuid = "",
const char* varCode = "AlphasenseCO2ppm") explicit
Construct a new AlphasenseCO2_
Parameters | |
---|---|
parentSense | The parent AlphasenseCO2 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 "radiationIncomingPAR". |