#include <src/sensors/TurnerCyclops.h>
TurnerCyclops_CrudeOil
class
The Variable sub-class used for the crude oil output from a Turner Cyclops-7F.
- Reference
- Detailed Descriptions
Crude oil / petrolium concentration is measured (and should be calibrated) in parts per billion (ppb).
- Miminum detection limit: 0.2 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
- Linear range: 0-1,500 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
- LED (CWL): 365 nm
- Excitiation wavelength: 325/120 nm
- Emission wavelength: 410-600 nm
- Power required (mW @12V): 250
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- TurnerCyclops_CrudeOil(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsCrudeOil") explicit
- Construct a new TurnerCyclops_
CrudeOil object. - TurnerCyclops_CrudeOil()
- Construct a new TurnerCyclops_
CrudeOil object. - ~TurnerCyclops_CrudeOil()
- Destroy the Turner Cyclops CrudeOil variable object - no action needed.
Function documentation
TurnerCyclops_ CrudeOil:: TurnerCyclops_CrudeOil(TurnerCyclops* parentSense,
const char* uuid = "",
const char* varCode = "CyclopsCrudeOil") 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 "CyclopsCrudeOil". |