ModularSensors > Classes > Variable > YosemitechY511_Temp
ModularSensors > Modules > Yosemitech Y511 Wipered Turbidty Sensor > YosemitechY511_Temp


YosemitechY511_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y511-A optical turbidity sensor with wiper.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY511_Temp(YosemitechY511* parentSense, const char* uuid = "", const char* varCode = Y511_TEMP_DEFAULT_CODE) explicit

Construct a new YosemitechY511_Temp object.

Parameters
parentSense The parent YosemitechY511 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 "Y511Temp".

YosemitechY511_Temp()

Construct a new YosemitechY511_Temp object.