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