ModularSensors > Classes > Variable > EverlightALSPT19_Illuminance
ModularSensors > Modules > Everlight ALS-PT19 > EverlightALSPT19_Illuminance


EverlightALSPT19_Illuminance class

The Variable sub-class used for the calculated illuminance output from an Everlight ALS-PT19.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

EverlightALSPT19_Illuminance(EverlightALSPT19* parentSense, const char* uuid = "", const char* varCode = ALSPT19_ILLUMINANCE_DEFAULT_CODE) explicit

Construct a new EverlightALSPT19_Illuminance object.

Parameters
parentSense The parent EverlightALSPT19 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 "ALSPT19Lux".

EverlightALSPT19_Illuminance()

Construct a new EverlightALSPT19_Illuminance object.