AlphasenseCO2_Voltage class

The Variable sub-class used for the raw voltage output from an Alphasense IRC-A1 CO2.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

AlphasenseCO2_Voltage::AlphasenseCO2_Voltage(AlphasenseCO2* parentSense, const char* uuid = "", const char* varCode = "AlphasenseCO2Voltage") explicit

Construct a new AlphasenseCO2_Voltage object.

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 "AlphasenseCO2Voltage".

AlphasenseCO2_Voltage::AlphasenseCO2_Voltage()

Construct a new AlphasenseCO2_Voltage object.