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


DecagonES2_Cond class

The Variable sub-class used for the conductivity 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_Cond(DecagonES2* parentSense, const char* uuid = "", const char* varCode = ES2_COND_DEFAULT_CODE) explicit
Construct a new DecagonES2_Cond object.
DecagonES2_Cond()
Construct a new DecagonES2_Cond object.
~DecagonES2_Cond()
Destroy the DecagonES2_Cond object - no action needed.

Function documentation

DecagonES2_Cond(DecagonES2* parentSense, const char* uuid = "", const char* varCode = ES2_COND_DEFAULT_CODE) explicit

Construct a new DecagonES2_Cond 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 "ES2Cond".

DecagonES2_Cond()

Construct a new DecagonES2_Cond object.