#include <src/sensors/AtlasScientificDO.h>
AtlasScientificDO_DOpct
class
The Variable sub-class used for the dissolved oxygen percent of saturation output from an Atlas Scientific EZO dissolved oxygen circuit.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- AtlasScientificDO_DOpct(AtlasScientificDO* parentSense, const char* uuid = "", const char* varCode = "AtlasDOpct") explicit
- Construct a new AtlasScientificDO_
DOpct object. - AtlasScientificDO_DOpct()
- Construct a new AtlasScientificDO_
DOpct object. - ~AtlasScientificDO_DOpct()
- Destroy the AtlasScientificDO_
DOpct object - no action needed.
Function documentation
AtlasScientificDO_ DOpct:: AtlasScientificDO_DOpct(AtlasScientificDO* parentSense,
const char* uuid = "",
const char* varCode = "AtlasDOpct") explicit
Construct a new AtlasScientificDO_
Parameters | |
---|---|
parentSense | The parent AtlasScientificDO 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 "AtlasDOpct". |