#include <src/sensors/InSituRDO.h>
InSituRDO_DOmgL
class
The Variable sub-class used for the dissolved oxygen concentration output from a In-Situ RDO PRO-X dissolved oxygen sensor.
- Reference
- Detailed Descriptions
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 = "RDOppm") 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_DOmgL(InSituRDO* parentSense,
const char* uuid = "",
const char* varCode = "RDOppm") explicit
Construct a new InSituRDO_
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". |