ModularSensors > Classes > Variable > YosemitechY533_ORP
ModularSensors > Modules > Yosemitech Y533 ORP Sensor > YosemitechY533_ORP


YosemitechY533_ORP class

The Variable sub-class used for the pH output from a Yosemitech Y533 ORP sensor.

Base classes

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

Constructors, destructors, conversion operators

YosemitechY533_ORP(YosemitechY533* parentSense, const char* uuid = "", const char* varCode = Y533_ORP_DEFAULT_CODE) explicit
Construct a new YosemitechY533_pH object.
YosemitechY533_ORP()
Construct a new YosemitechY533_ORP object.
~YosemitechY533_ORP()
Destroy the YosemitechY533_ORP object - no action needed.

Function documentation

YosemitechY533_ORP(YosemitechY533* parentSense, const char* uuid = "", const char* varCode = Y533_ORP_DEFAULT_CODE) explicit

Construct a new YosemitechY533_pH object.

Parameters
parentSense The parent YosemitechY533 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 "Y533pH".

YosemitechY533_ORP()

Construct a new YosemitechY533_ORP object.