#include <src/sensors/InSituRDO.h>
InSituRDO_Pressure
class
The Variable sub-class used for the oxygen partial pressure 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_Pressure(InSituRDO* parentSense, const char* uuid = "", const char* varCode = "RDOppO2") explicit
- Construct a new InSituRDO_
Pressure object. - InSituRDO_Pressure()
- Construct a new InSituRDO_
Pressure object. - ~InSituRDO_Pressure()
- Destroy the InSituRDO_
Pressure object - no action needed.
Function documentation
InSituRDO_ Pressure:: InSituRDO_Pressure(InSituRDO* parentSense,
const char* uuid = "",
const char* varCode = "RDOppO2") 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 "RDOppO2". |