#include <src/sensors/MeterHydros21.h>
MeterHydros21_Cond
class
The Variable sub-class used for the conductivity output from a Meter Hydros 21 3-in-1 water level sensor..
- Reference
- Detailed Descriptions
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 = "Hydros21cond") 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_Cond(MeterHydros21* parentSense,
const char* uuid = "",
const char* varCode = "Hydros21cond") explicit
Construct a new MeterHydros21_
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". |