ModularSensors > Classes > Variable > DecagonCTD_Cond
ModularSensors > Modules > Decagon CTD-10 > DecagonCTD_Cond


DecagonCTD_Cond class

The Variable sub-class used for the conductivity 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_Cond(DecagonCTD* parentSense, const char* uuid = "", const char* varCode = CTD_COND_DEFAULT_CODE) 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* parentSense, const char* uuid = "", const char* varCode = CTD_COND_DEFAULT_CODE) explicit

Construct a new DecagonCTD_Cond 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 "CTDcond".

DecagonCTD_Cond()

Construct a new DecagonCTD_Cond object.