#include <src/sensors/DecagonCTD.h>
DecagonCTD_Depth
class
The Variable sub-class used for the depth 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_Depth(DecagonCTD* parentSense, const char* uuid = "", const char* varCode = "CTDdepth") explicit
- Construct a new DecagonCTD_
Depth object. - DecagonCTD_Depth()
- Construct a new DecagonCTD_
Depth object. - ~DecagonCTD_Depth()
- Destroy the DecagonCTD_
Depth object - no action needed.
Function documentation
DecagonCTD_ Depth:: DecagonCTD_Depth(DecagonCTD* parentSense,
const char* uuid = "",
const char* varCode = "CTDdepth") 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 "CTDdepth". |