MeterTeros11_Ea class

The Variable sub-class used for the apparent dielectric permittivity (εa, matric potential) from a Meter Teros soil moisture/water content sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MeterTeros11_Ea::MeterTeros11_Ea(MeterTeros11* parentSense, const char* uuid = "", const char* varCode = "SoilEa") explicit

Construct a new MeterTeros11_Ea object.

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

MeterTeros11_Ea::MeterTeros11_Ea()

Construct a new MeterTeros11_Ea object.