#include <src/sensors/Decagon5TM.h>
Decagon5TM_VWC
class
The Variable sub-class used for the volumetric water content output from a Meter ECH20 or Decagon 5TM soil moisture probe.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- Decagon5TM_VWC(Decagon5TM* parentSense, const char* uuid = "", const char* varCode = "SoilVWC") explicit
- Construct a new Decagon5TM_
VWC object. - Decagon5TM_VWC()
- Construct a new Decagon5TM_
VWC object. - ~Decagon5TM_VWC()
- Destroy the Decagon5TM_
VWC object - no action needed.
Function documentation
Decagon5TM_ VWC:: Decagon5TM_VWC(Decagon5TM* parentSense,
const char* uuid = "",
const char* varCode = "SoilVWC") explicit
Construct a new Decagon5TM_
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 "SoilVWC". |