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

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 = ITROLLA_DEPTH_DEFAULT_CODE)
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(Sensor* parentSense, const char* uuid = "", const char* varCode = ITROLLA_DEPTH_DEFAULT_CODE)

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()

Construct a new InSituTrollSdi12a_Depth object.