GroPointGPLP8_Moist class

The Variable sub-class used for the soil moisture output from a GroPoint Profile GPLP8 probe.

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_Moist object.

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_Moist object.

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.