ModularSensors > Classes > Variable > YosemitechY504_Temp
ModularSensors > Modules > Yosemitech Y504 Dissolved Oxygen Sensor > YosemitechY504_Temp


YosemitechY504_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y504 optical dissolved oxygen sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY504_Temp(YosemitechY504* parentSense, const char* uuid = "", const char* varCode = Y504_TEMP_DEFAULT_CODE) explicit

Construct a new YosemitechY504_Temp object.

Parameters
parentSense The parent YosemitechY504 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 "Y504Temp".

YosemitechY504_Temp()

Construct a new YosemitechY504_Temp object.