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


InSituRDO_DOpct class

The Variable sub-class used for the dissolved oxygen percent saturation 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_DOpct(InSituRDO* parentSense, const char* uuid = "", const char* varCode = INSITU_RDO_DOPCT_DEFAULT_CODE) explicit
Construct a new InSituRDO_DOpct object.
InSituRDO_DOpct()
Construct a new InSituRDO_DOpct object.
~InSituRDO_DOpct()
Destroy the InSituRDO_DOpct object - no action needed.

Function documentation

InSituRDO_DOpct(InSituRDO* parentSense, const char* uuid = "", const char* varCode = INSITU_RDO_DOPCT_DEFAULT_CODE) explicit

Construct a new InSituRDO_DOpct 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 "RDOpercent".

InSituRDO_DOpct()

Construct a new InSituRDO_DOpct object.