#include <src/sensors/TurnerCyclops.h>
TurnerCyclops_Turbidity
class
The Variable sub-class used for the turbidity output from a Turner Cyclops-7F.
- Reference
- Detailed Descriptions
Turbidity is measured (and should be calibrated) in nephelometric turbidity units (NTU).
- Miminum detection limit: 0.05 NTU
- Linear range: 0-1,500 NTU
- LED (CWL): 850 nm
- Excitiation wavelength: 850 nm
- Emission wavelength: 850 nm
- Power required (mW @12V): 120
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- TurnerCyclops_Turbidity(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsTurbidity") explicit
- Construct a new TurnerCyclops_
Turbidity object. - TurnerCyclops_Turbidity()
- Construct a new TurnerCyclops_
Turbidity object. - ~TurnerCyclops_Turbidity()
- Destroy the Turner Cyclops Turbidity variable object - no action needed.
Function documentation
TurnerCyclops_ Turbidity:: TurnerCyclops_Turbidity(TurnerCyclops* parentSense,
const char* uuid = "",
const char* varCode = "CyclopsTurbidity") explicit
Construct a new TurnerCyclops_
Parameters | |
---|---|
parentSense | The parent TurnerCyclops 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 "CyclopsTurbidity". |