ModularSensors > Classes > Variable > MeterTeros11_VWC
ModularSensors > Modules > Meter Teros 11 > MeterTeros11_VWC


MeterTeros11_VWC class

The Variable sub-class used for the volumetric water content output from a Teros soil moisture/water content sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MeterTeros11_VWC(MeterTeros11* parentSense, const char* uuid = "", const char* varCode = TEROS11_VWC_DEFAULT_CODE) explicit

Construct a new MeterTeros11_VWC 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 "SoilVWC".

MeterTeros11_VWC()

Construct a new MeterTeros11_VWC object.