ModularSensors > Classes > Variable > Decagon5TM_Ea
ModularSensors > Modules > Meter ECH2O (5TM) > Decagon5TM_Ea


Decagon5TM_Ea class

The Variable sub-class used for the apparent dielectric permittivity (εa, matric potential) output from a Meter ECH20 or Decagon 5TM soil moisture probe.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

Decagon5TM_Ea(Decagon5TM* parentSense, const char* uuid = "", const char* varCode = TM_EA_DEFAULT_CODE) explicit

Construct a new Decagon5TM_Ea object.

Parameters
parentSense The parent Decagon5TM 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 "SoilEa".

Decagon5TM_Ea()

Construct a new Decagon5TM_Ea object.