#include <src/sensors/ZebraTechDOpto.h>
ZebraTechDOpto_DOmgL
class
The Variable sub-class used for the dissolved oxygen concentration output from a Zebra-Tech D-Opto dissolved oxygen sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- ZebraTechDOpto_DOmgL(ZebraTechDOpto* parentSense, const char* uuid = "", const char* varCode = "DOppm") explicit
- Construct a new ZebraTechDOpto_
DOmgL object. - ZebraTechDOpto_DOmgL()
- Construct a new ZebraTechDOpto_
DOmgL object. - ~ZebraTechDOpto_DOmgL()
- Destroy the ZebraTechDOpto_
DOmgL object - no action needed.
Function documentation
ZebraTechDOpto_ DOmgL:: ZebraTechDOpto_DOmgL(ZebraTechDOpto* parentSense,
const char* uuid = "",
const char* varCode = "DOppm") explicit
Construct a new ZebraTechDOpto_
Parameters | |
---|---|
parentSense | The parent ZebraTechDOpto 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 "DOppm". |