ANBpH_Temp class

The Variable sub-class used for the temperature 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_Temp(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHTemp") explicit
Construct a new ANBpH_Temp object.
ANBpH_Temp()
Construct a new ANBpH_Temp object.
~ANBpH_Temp()
Destroy the ANBpH_Temp object - no action needed.

Function documentation

ANBpH_Temp::ANBpH_Temp(ANBpH* parentSense, const char* uuid = "", const char* varCode = "ANBpHTemp") explicit

Construct a new ANBpH_Temp 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 "ANBpHTemp".

ANBpH_Temp::ANBpH_Temp()

Construct a new ANBpH_Temp object.