ModularSensors > Classes > Variable > YosemitechY551_COD
ModularSensors > Modules > Yosemitech Y551 UV245/COD Sensor > YosemitechY551_COD


YosemitechY551_COD class

The Variable sub-class used for the carbon oxygen demand (COD) 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_COD(YosemitechY551* parentSense, const char* uuid = "", const char* varCode = Y551_COD_DEFAULT_CODE) explicit
Construct a new YosemitechY551_COD object.
YosemitechY551_COD()
Construct a new YosemitechY551_COD object.
~YosemitechY551_COD()
Destroy the YosemitechY551_COD object - no action needed.

Function documentation

YosemitechY551_COD(YosemitechY551* parentSense, const char* uuid = "", const char* varCode = Y551_COD_DEFAULT_CODE) explicit

Construct a new YosemitechY551_COD 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 "Y551COD".

YosemitechY551_COD()

Construct a new YosemitechY551_COD object.