ModularSensors > Classes > Variable > MeterHydros21_Depth
ModularSensors > Modules > Meter Hydros 21 > MeterHydros21_Depth


MeterHydros21_Depth class

The Variable sub-class used for the depth output from a Meter Hydros 21 3-in-1 water level sensor..

Base classes

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

Constructors, destructors, conversion operators

MeterHydros21_Depth(MeterHydros21* parentSense, const char* uuid = "", const char* varCode = HYDROS21_DEPTH_DEFAULT_CODE) explicit
Construct a new MeterHydros21_Depth object.
MeterHydros21_Depth()
Construct a new MeterHydros21_Depth object.
~MeterHydros21_Depth()
Destroy the MeterHydros21_Depth object - no action needed.

Function documentation

MeterHydros21_Depth(MeterHydros21* parentSense, const char* uuid = "", const char* varCode = HYDROS21_DEPTH_DEFAULT_CODE) explicit

Construct a new MeterHydros21_Depth object.

Parameters
parentSense The parent MeterHydros21 providing the result 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 "Hydros21depth".

MeterHydros21_Depth()

Construct a new MeterHydros21_Depth object.