CampbellOBS3_Turbidity class

The Variable sub-class used for the turbidity output from a Campbell OBS3+.

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_Turbidity object.

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".

CampbellOBS3_Turbidity::CampbellOBS3_Turbidity()

Construct a new CampbellOBS3_Turbidity object.