ModularSensors > Classes > Variable > ApogeeSQ212_Voltage
ModularSensors > Modules > Apogee SQ-212 > ApogeeSQ212_Voltage


ApogeeSQ212_Voltage class

The Variable sub-class used for the raw voltage output from an Apogee SQ-212.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ApogeeSQ212_Voltage(ApogeeSQ212* parentSense, const char* uuid = "", const char* varCode = SQ212_VOLTAGE_DEFAULT_CODE) explicit

Construct a new ApogeeSQ212_Voltage object.

Parameters
parentSense The parent ApogeeSQ212 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 "SQ212Voltage".

ApogeeSQ212_Voltage()

Construct a new ApogeeSQ212_Voltage object.