ModularSensors > Classes > Variable > AnalogElecConductivity_EC
ModularSensors > Modules > Conductivity via Analog Electrical Resistance > AnalogElecConductivity_EC


AnalogElecConductivity_EC class

The variable class used for electricalConductivity measured using an analog pin connected to electrodes submerged in the medium.

Base classes

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

Constructors, destructors, conversion operators

AnalogElecConductivity_EC(AnalogElecConductivity* parentSense, const char* uuid = "", const char* varCode = ANALOGELECCONDUCTIVITY_EC_DEFAULT_CODE)
Construct a new AnalogElecConductivity_EC object.
AnalogElecConductivity_EC()
Construct a new AnalogElecConductivity_EC object.
~AnalogElecConductivity_EC()
Destroy the AnalogElecConductivity_EC object - no action needed.

Function documentation

AnalogElecConductivity_EC(AnalogElecConductivity* parentSense, const char* uuid = "", const char* varCode = ANALOGELECCONDUCTIVITY_EC_DEFAULT_CODE)

Construct a new AnalogElecConductivity_EC object.

Parameters
parentSense The parent AnalogElecConductivity 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 "anlgEc".

AnalogElecConductivity_EC()

Construct a new AnalogElecConductivity_EC object.