YosemitechY513_BGA class

The Variable sub-class used for the blue green algae concentration output from a Yosemitech Y513 Blue Green Algae (BGA) sensor with wiper.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY513_BGA::YosemitechY513_BGA(YosemitechY513* parentSense, const char* uuid = "", const char* varCode = "Y513BGA") explicit

Construct a new YosemitechY513_BGA object.

Parameters
parentSense The parent YosemitechY513 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 "Y513BGA".

YosemitechY513_BGA::YosemitechY513_BGA()

Construct a new YosemitechY513_BGA object.