ANBpH_SpCond class

The Variable sub-class used for the specific conductance output from a ANB Sensors pH sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ANBpH_SpCond::ANBpH_SpCond(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHSpCond") explicit

Construct a new ANBpH_SpCond 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 "ANBpHSpCond".

ANBpH_SpCond::ANBpH_SpCond()

Construct a new ANBpH_SpCond object.