ModularSensors > Classes > Variable > YosemitechY510_Temp
ModularSensors > Modules > Yosemitech Y510 Turbidity Sensor > YosemitechY510_Temp


YosemitechY510_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y510-B optical turbidity sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY510_Temp(YosemitechY510* parentSense, const char* uuid = "", const char* varCode = Y510_TEMP_DEFAULT_CODE) explicit

Construct a new YosemitechY510_Temp object.

Parameters
parentSense The parent YosemitechY510 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 "Y510Temp".

YosemitechY510_Temp()

Construct a new YosemitechY510_Temp object.