ZebraTechDOpto_DOmgL class

The Variable sub-class used for the dissolved oxygen concentration 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_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_DOmgL 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 "DOppm".

ZebraTechDOpto_DOmgL::ZebraTechDOpto_DOmgL()

Construct a new ZebraTechDOpto_DOmgL object.