ModularSensors > Classes > Variable > ZebraTechDOpto_DOpct
ModularSensors > Modules > Zebra-Tech D-Opto > ZebraTechDOpto_DOpct


ZebraTechDOpto_DOpct class

The Variable sub-class used for the dissolved oxygen percent saturation output from a Zebra-Tech D-Opto dissolved oxygen sensor.

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 = DOPTO_DOPCT_DEFAULT_CODE) 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* parentSense, const char* uuid = "", const char* varCode = DOPTO_DOPCT_DEFAULT_CODE) explicit

Construct a new ZebraTechDOpto_DOpct object.

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".

ZebraTechDOpto_DOpct()

Construct a new ZebraTechDOpto_DOpct object.