YosemitechY514_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y514-A chlorophyll sensor with wiper.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY514_Temp::YosemitechY514_Temp(YosemitechY514* parentSense, const char* uuid = "", const char* varCode = "Y514Temp") explicit

Construct a new YosemitechY514_Temp object.

Parameters
parentSense The parent YosemitechY514 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 "Y514Temp".

YosemitechY514_Temp::YosemitechY514_Temp()

Construct a new YosemitechY514_Temp object.