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


YosemitechY532_pH class

The Variable sub-class used for the pH 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_pH(YosemitechY532* parentSense, const char* uuid = "", const char* varCode = Y532_PH_DEFAULT_CODE) explicit
Construct a new YosemitechY532_pH object.
YosemitechY532_pH()
Construct a new YosemitechY532_pH object.
~YosemitechY532_pH()
Destroy the YosemitechY532_pH object - no action needed.

Function documentation

YosemitechY532_pH(YosemitechY532* parentSense, const char* uuid = "", const char* varCode = Y532_PH_DEFAULT_CODE) explicit

Construct a new YosemitechY532_pH 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 "Y532pH".

YosemitechY532_pH()

Construct a new YosemitechY532_pH object.