DecagonCTD_Temp class

The Variable sub-class used for the temperature output from a Decagon CTD-10 3-in-1 water level sensor..

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_Temp object.

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".

DecagonCTD_Temp::DecagonCTD_Temp()

Construct a new DecagonCTD_Temp object.