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


YosemitechY700_Pressure class

The Variable sub-class used for the pressure 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_Pressure(YosemitechY700* parentSense, const char* uuid = "", const char* varCode = Y700_PRES_DEFAULT_CODE) explicit
Construct a new YosemitechY700_Pressure object.
YosemitechY700_Pressure()
Construct a new YosemitechY700_Pressure object.
~YosemitechY700_Pressure()
Destroy the YosemitechY700_Pressure object - no action needed.

Function documentation

YosemitechY700_Pressure(YosemitechY700* parentSense, const char* uuid = "", const char* varCode = Y700_PRES_DEFAULT_CODE) explicit

Construct a new YosemitechY700_Pressure 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 "Y700Pres".

YosemitechY700_Pressure()

Construct a new YosemitechY700_Pressure object.