ModularSensors > Classes > Variable > YosemitechY520_Temp
ModularSensors > Modules > Yosemitech Y520 Conductivity Sensor > YosemitechY520_Temp


YosemitechY520_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y520-A 4-electrode conductivity sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY520_Temp(YosemitechY520* parentSense, const char* uuid = "", const char* varCode = Y520_TEMP_DEFAULT_CODE) explicit

Construct a new YosemitechY520_Temp object.

Parameters
parentSense The parent YosemitechY520 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 "Y520Temp".

YosemitechY520_Temp()

Construct a new YosemitechY520_Temp object.