ModularSensors > Classes > Variable > DecagonES2_Temp
ModularSensors > Modules > Decagon ES-2 > DecagonES2_Temp


DecagonES2_Temp class

The Variable sub-class used for the temperature output from a Decagon ES-2 electrical conductivity sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

DecagonES2_Temp(DecagonES2* parentSense, const char* uuid = "", const char* varCode = ES2_TEMP_DEFAULT_CODE) explicit
Construct a new DecagonES2_Temp object.
DecagonES2_Temp()
Construct a new DecagonES2_Temp object.
~DecagonES2_Temp()
Destroy the DecagonES2_Temp object - no action needed.

Function documentation

DecagonES2_Temp(DecagonES2* parentSense, const char* uuid = "", const char* varCode = ES2_TEMP_DEFAULT_CODE) explicit

Construct a new DecagonES2_Temp object.

Parameters
parentSense The parent DecagonES2 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 "ES2Temp".

DecagonES2_Temp()

Construct a new DecagonES2_Temp object.