#include <src/sensors/AtlasScientificpH.h>
AtlasScientificpH_pH
class
The Variable sub-class used for the pH output from an Atlas Scientific EZO pH circuit.
- Reference
- Detailed Descriptions
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 = "AtlaspH") 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_pH(AtlasScientificpH* parentSense,
const char* uuid = "",
const char* varCode = "AtlaspH") explicit
Construct a new AtlasScientificpH_
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". |