ApogeeSQ212_PAR class

The Variable sub-class used for the photosynthetically active radiation (PAR) output from an Apogee SQ-212.

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_PAR 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 "radiationIncomingPAR".

ApogeeSQ212_PAR::ApogeeSQ212_PAR()

Construct a new ApogeeSQ212_PAR object.