ANBpH_HealthCode class

The Variable sub-class used for the health code output from a an ANB Sensors pH sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ANBpH_HealthCode::ANBpH_HealthCode(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHHealth") explicit

Construct a new ANBpH_HealthCode 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 "ANBpHHealth".

ANBpH_HealthCode::ANBpH_HealthCode()

Construct a new ANBpH_HealthCode object.