YosemitechY513_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y513-A blue green algae sensor with wiper.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY513_Temp::YosemitechY513_Temp(YosemitechY513* parentSense, const char* uuid = "", const char* varCode = "Y513Temp") explicit

Construct a new YosemitechY513_Temp 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 "Y513Temp".

YosemitechY513_Temp::YosemitechY513_Temp()

Construct a new YosemitechY513_Temp object.