ModularSensors > Classes > Variable > InSituTrollSdi12a_Temp
ModularSensors > Modules > In-Situ LevelTROLL 400, 500, and 700 Data Loggers > InSituTrollSdi12a_Temp

InSituTrollSdi12a_Temp class

The Variable sub-class used for the temperature Output from a Insitu TROLL 3-in-1 water level sensor..

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

InSituTrollSdi12a_Temp(Sensor* parentSense, const char* uuid = "", const char* varCode = ITROLLA_TEMP_DEFAULT_CODE)
Construct a new InSituTrollSdi12a_Temp object.
InSituTrollSdi12a_Temp()
Construct a new InSituTrollSdi12a_Temp object.
~InSituTrollSdi12a_Temp()
Destroy the InSituTrollSdi12a_Temp object - no action needed.

Function documentation

InSituTrollSdi12a_Temp(Sensor* parentSense, const char* uuid = "", const char* varCode = ITROLLA_TEMP_DEFAULT_CODE)

Construct a new InSituTrollSdi12a_Temp object.

Parameters
parentSense The parent InSituTrollSdi12a providing the 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 "ITROLLtemp".

InSituTrollSdi12a_Temp()

Construct a new InSituTrollSdi12a_Temp object.