#include <src/sensors/ZebraTechDOpto.h>
ZebraTechDOpto_DOpct
class
The Variable sub-class used for the dissolved oxygen percent saturation 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_DOpct(ZebraTechDOpto* parentSense, const char* uuid = "", const char* varCode = "DOpercent") explicit
- Construct a new ZebraTechDOpto_
DOpct object. - ZebraTechDOpto_DOpct()
- Construct a new ZebraTechDOpto_
DOpct object. - ~ZebraTechDOpto_DOpct()
- Destroy the ZebraTechDOpto_
DOpct object - no action needed.
Function documentation
ZebraTechDOpto_ DOpct:: ZebraTechDOpto_DOpct(ZebraTechDOpto* parentSense,
const char* uuid = "",
const char* varCode = "DOpercent") 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 "DOpercent". |