#include <src/sensors/ApogeeSQ212.h>
ApogeeSQ212_PAR
class
The Variable sub-class used for the photosynthetically active radiation (PAR) 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_PAR(ApogeeSQ212* parentSense, const char* uuid = "", const char* varCode = "photosyntheticallyActiveRadiation") explicit
- Construct a new ApogeeSQ212_
PAR object. - ApogeeSQ212_PAR()
- Construct a new ApogeeSQ212_
PAR object. - ~ApogeeSQ212_PAR()
- Destroy the ApogeeSQ212_
PAR object - no action needed.
Function documentation
ApogeeSQ212_ PAR:: ApogeeSQ212_PAR(ApogeeSQ212* parentSense,
const char* uuid = "",
const char* varCode = "photosyntheticallyActiveRadiation") 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 "radiationIncomingPAR". |