#include <src/sensors/ApogeeSQ212.h>
ApogeeSQ212_Voltage
class
The Variable sub-class used for the raw voltage output from an Apogee SQ-212.
- Reference
- Detailed Descriptions
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 = "SQ212Voltage") 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_Voltage(ApogeeSQ212* parentSense,
const char* uuid = "",
const char* varCode = "SQ212Voltage") explicit
Construct a new ApogeeSQ212_
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". |