ModularSensors > Classes > Variable > YosemitechY532_Voltage
ModularSensors > Modules > Yosemitech Y532 pH Sensor > YosemitechY532_Voltage


YosemitechY532_Voltage class

The Variable sub-class used for the electrode electrical potential output from a Yosemitech Y532-A digital pH sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY532_Voltage(YosemitechY532* parentSense, const char* uuid = "", const char* varCode = Y532_VOLTAGE_DEFAULT_CODE) explicit

Construct a new YosemitechY532_Voltage object.

Parameters
parentSense The parent YosemitechY532 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 "Y532Potential".

YosemitechY532_Voltage()

Construct a new YosemitechY532_Voltage object.