ModularSensors > Classes > Variable > InSituRDO_DOmgL
ModularSensors > Modules > In-Situ RDO PRO-X > InSituRDO_DOmgL


InSituRDO_DOmgL class

The Variable sub-class used for the dissolved oxygen concentration output from a In-Situ RDO PRO-X dissolved oxygen sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

InSituRDO_DOmgL(InSituRDO* parentSense, const char* uuid = "", const char* varCode = INSITU_RDO_DOMGL_DEFAULT_CODE) explicit
Construct a new InSituRDO_DOmgL object.
InSituRDO_DOmgL()
Construct a new InSituRDO_DOmgL object.
~InSituRDO_DOmgL()
Destroy the InSituRDO_DOmgL object - no action needed.

Function documentation

InSituRDO_DOmgL(InSituRDO* parentSense, const char* uuid = "", const char* varCode = INSITU_RDO_DOMGL_DEFAULT_CODE) explicit

Construct a new InSituRDO_DOmgL object.

Parameters
parentSense The parent InSituRDO 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 "RDOppm".

InSituRDO_DOmgL()

Construct a new InSituRDO_DOmgL object.