#include <src/sensors/CampbellOBS3.h>
CampbellOBS3_Turbidity
class
The Variable sub-class used for the turbidity output from a Campbell OBS3+.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- CampbellOBS3_Turbidity(CampbellOBS3* parentSense, const char* uuid = "", const char* varCode = "OBS3Turbidity") explicit
- Construct a new CampbellOBS3_
Turbidity object. - CampbellOBS3_Turbidity()
- Construct a new CampbellOBS3_
Turbidity object. - ~CampbellOBS3_Turbidity()
- Destroy the Campbell OBS3 Turbidity object.
Function documentation
CampbellOBS3_ Turbidity:: CampbellOBS3_Turbidity(CampbellOBS3* parentSense,
const char* uuid = "",
const char* varCode = "OBS3Turbidity") explicit
Construct a new CampbellOBS3_
Parameters | |
---|---|
parentSense | The parent CampbellOBS3 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 "OBS3Turbidity". |