InSituTrollSdi12a_Depth class

The Variable sub-class used for the depth 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_Depth(Sensor* parentSense, const char* uuid = "", const char* varCode = "ITROLLdepth")
Construct a new InSituTrollSdi12a_Depth object.
InSituTrollSdi12a_Depth()
Construct a new InSituTrollSdi12a_Depth object.
~InSituTrollSdi12a_Depth()
Destroy the InSituTrollSdi12a_Depth object - no action needed.

Function documentation

InSituTrollSdi12a_Depth::InSituTrollSdi12a_Depth(Sensor* parentSense, const char* uuid = "", const char* varCode = "ITROLLdepth")

Construct a new InSituTrollSdi12a_Depth 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 "ITROLLdepth".

InSituTrollSdi12a_Depth::InSituTrollSdi12a_Depth()

Construct a new InSituTrollSdi12a_Depth object.