#include <src/sensors/DecagonCTD.h>
DecagonCTD_Cond
class
The Variable sub-class used for the conductivity output from a Decagon CTD-10 3-in-1 water level sensor..
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- DecagonCTD_Cond(DecagonCTD* parentSense, const char* uuid = "", const char* varCode = "CTDcond") explicit
- Construct a new DecagonCTD_
Cond object. - DecagonCTD_Cond()
- Construct a new DecagonCTD_
Cond object. - ~DecagonCTD_Cond()
- Destroy the DecagonCTD_
Cond object - no action needed.
Function documentation
DecagonCTD_ Cond:: DecagonCTD_Cond(DecagonCTD* parentSense,
const char* uuid = "",
const char* varCode = "CTDcond") explicit
Construct a new DecagonCTD_
Parameters | |
---|---|
parentSense | The parent DecagonCTD 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 "CTDcond". |