ModularSensors > Classes > Variable > AtlasScientificpH_pH
ModularSensors > Modules > Atlas EZO-pH > AtlasScientificpH_pH


AtlasScientificpH_pH class

The Variable sub-class used for the pH output from an Atlas Scientific EZO pH circuit.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

AtlasScientificpH_pH(AtlasScientificpH* parentSense, const char* uuid = "", const char* varCode = ATLAS_PH_DEFAULT_CODE) explicit

Construct a new AtlasScientificpH_pH object.

Parameters
parentSense The parent AtlasScientificpH 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 "AtlaspH".

AtlasScientificpH_pH()

Construct a new AtlasScientificpH_pH object.