GroPointGPLP8_Temp class

The Variable sub-class used for the temperature 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_Temp(GroPointGPLP8* parentSense, const uint8_t sensorVarNum, const char* uuid = "", const char* varCode = "GPLP8Temp") explicit
Construct a new GroPointGPLP8_Temp object.
GroPointGPLP8_Temp(const uint8_t sensorVarNum)
Construct a new GroPointGPLP8_Temp object.
~GroPointGPLP8_Temp()
Destroy the GroPointGPLP8_Temp object - no action needed.

Function documentation

GroPointGPLP8_Temp::GroPointGPLP8_Temp(GroPointGPLP8* parentSense, const uint8_t sensorVarNum, const char* uuid = "", const char* varCode = "GPLP8Temp") explicit

Construct a new GroPointGPLP8_Temp 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 temperature results. When creating the variable for temperature, 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 "GPLP8Temp".

GroPointGPLP8_Temp::GroPointGPLP8_Temp(const uint8_t sensorVarNum)

Construct a new GroPointGPLP8_Temp object.

Parameters
sensorVarNum The position the variable result holds in the variable result array. The GroPoint GPLP8 can have up to 8 temperature results. When creating the variable for temperature, you must specify the output number from the sensor.