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


EverlightALSPT19_Current class

The Variable sub-class used for the relative current output from an Everlight ALS-PT19.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

EverlightALSPT19_Current(EverlightALSPT19* parentSense, const char* uuid = "", const char* varCode = ALSPT19_CURRENT_DEFAULT_CODE) explicit

Construct a new EverlightALSPT19_Current 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 "ALSPT19Current".

EverlightALSPT19_Current()

Construct a new EverlightALSPT19_Current object.