AnalogElecConductivity_EC class

The Variable sub-class used for electrical conductivity 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 = "anlgEc")
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_EC(AnalogElecConductivity* parentSense, const char* uuid = "", const char* varCode = "anlgEc")

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::AnalogElecConductivity_EC()

Construct a new AnalogElecConductivity_EC object.