#include <src/sensors/GroPointGPLP8.h>
GroPointGPLP8_Moist
class
The Variable sub-class used for the soil moisture output from a GroPoint Profile GPLP8 probe.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- GroPointGPLP8_Moist(GroPointGPLP8* parentSense, const uint8_t sensorVarNum, const char* uuid = "", const char* varCode = "GPLP8Moist") explicit
- Construct a new GroPointGPLP8_
Moist object. - GroPointGPLP8_Moist(const uint8_t sensorVarNum)
- Construct a new GroPointGPLP8_
Moist object. - ~GroPointGPLP8_Moist()
- Destroy the GroPointGPLP8_
Moist object - no action needed.
Function documentation
GroPointGPLP8_ Moist:: GroPointGPLP8_Moist(GroPointGPLP8* parentSense,
const uint8_t sensorVarNum,
const char* uuid = "",
const char* varCode = "GPLP8Moist") explicit
Construct a new GroPointGPLP8_
Parameters | |
---|---|
parentSense | The parent GroPointGPLP8 providing the result values. |
sensorVarNum | The position the variable result holds in the variable result array. The GroPoint GPLP8 can have up to 8 soil moisture results. When creating the variable for soil moisture, you must specify the output number from the sensor. |
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 "GPLP8Moist". |
GroPointGPLP8_ Moist:: GroPointGPLP8_Moist(const uint8_t sensorVarNum)
Construct a new GroPointGPLP8_
Parameters | |
---|---|
sensorVarNum | The position the variable result holds in the variable result array. The GroPoint GPLP8 can have up to 8 soil moisture results. When creating the variable for soil moisture, you must specify the output number from the sensor. |