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


MeterHydros21_Cond class

The Variable sub-class used for the conductivity 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_Cond(MeterHydros21* parentSense, const char* uuid = "", const char* varCode = HYDROS21_COND_DEFAULT_CODE) explicit
Construct a new MeterHydros21_Cond object.
MeterHydros21_Cond()
Construct a new MeterHydros21_Cond object.
~MeterHydros21_Cond()
Destroy the MeterHydros21_Cond object - no action needed.

Function documentation

MeterHydros21_Cond(MeterHydros21* parentSense, const char* uuid = "", const char* varCode = HYDROS21_COND_DEFAULT_CODE) explicit

Construct a new MeterHydros21_Cond 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 "Hydros21cond".

MeterHydros21_Cond()

Construct a new MeterHydros21_Cond object.