ModularSensors > Classes > Variable > YosemitechY700_Temp
ModularSensors > Modules > Yosemitech Y700 Pressure Sensor > YosemitechY700_Temp


YosemitechY700_Temp class

The Variable sub-class used for the temperature output from a Yosemitech Y700 pressure sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY700_Temp(YosemitechY700* parentSense, const char* uuid = "", const char* varCode = Y700_TEMP_DEFAULT_CODE) explicit

Construct a new YosemitechY700_Temp object.

Parameters
parentSense The parent YosemitechY700 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 "Y700Temp".

YosemitechY700_Temp()

Construct a new YosemitechY700_Temp object.