YosemitechY551_Turbidity class

The Variable sub-class used for the turbidity output from a Yosemitech Y551-B UV254/COD sensor with wiper.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY551_Turbidity::YosemitechY551_Turbidity(YosemitechY551* parentSense, const char* uuid = "", const char* varCode = "Y551Turbidity") explicit

Construct a new YosemitechY551_Turbidity object.

Parameters
parentSense The parent YosemitechY551 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 "Y551Turbidity".

YosemitechY551_Turbidity::YosemitechY551_Turbidity()

Construct a new YosemitechY551_Turbidity object.