ModularSensors > Classes > Variable > YosemitechY560_pH
ModularSensors > Modules > Yosemitech Y560 Ammonium Sensor > YosemitechY560_pH


YosemitechY560_pH class

The Variable sub-class used for the pH output from a Yosemitech Y560-Ammonium sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

YosemitechY560_pH(YosemitechY560* parentSense, const char* uuid = "", const char* varCode = Y560_PH_DEFAULT_CODE) explicit

Construct a new YosemitechY560_pH object.

Parameters
parentSense The parent YosemitechY560 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 "Y560pH".

YosemitechY560_pH()

Construct a new YosemitechY560_pH object.