ANBpH_pH class

The Variable sub-class used for the pH from an ANB Sensors pH sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ANBpH_pH::ANBpH_pH(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHpH") explicit

Construct a new ANBpH_pH object.

Parameters
parentSense The parent ANBpH object 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 "ANBpHpH".

ANBpH_pH::ANBpH_pH()

Construct a new ANBpH_pH object.