#include <src/sensors/MeterTeros11.h>
MeterTeros11_Count
class
The Variable sub-class used for the raw calibrated VWC counts from a Meter Teros soil moisture/water content sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- MeterTeros11_Count(MeterTeros11* parentSense, const char* uuid = "", const char* varCode = "RawVWCCounts") explicit
- Construct a new MeterTeros11_
Count object. - MeterTeros11_Count()
- Construct a new MeterTeros11_
Count object. - ~MeterTeros11_Count()
- Destroy the MeterTeros11_
Count object - no action needed.
Function documentation
MeterTeros11_ Count:: MeterTeros11_Count(MeterTeros11* parentSense,
const char* uuid = "",
const char* varCode = "RawVWCCounts") explicit
Construct a new MeterTeros11_
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 "RawVWCCounts". |