ANBpH_EC class

The Variable sub-class used for the raw electrical conductivity output from an ANB Sensors pH sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ANBpH_EC::ANBpH_EC(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHEC") explicit

Construct a new ANBpH_EC 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 "ANBpHEC".

ANBpH_EC::ANBpH_EC()

Construct a new ANBpH_EC object.