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