#include <src/sensors/YosemitechY520.h>
YosemitechY520_Cond
class
The Variable sub-class used for the conductivity output from a Yosemitech Y520-A 4-electrode conductivity sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY520_Cond(YosemitechY520* parentSense, const char* uuid = "", const char* varCode = "Y520Cond") explicit
- Construct a new YosemitechY520_
Cond object. - YosemitechY520_Cond()
- Construct a new YosemitechY520_
Cond object. - ~YosemitechY520_Cond()
- Destroy the YosemitechY520_
Cond object - no action needed.
Function documentation
YosemitechY520_ Cond:: YosemitechY520_Cond(YosemitechY520* parentSense,
const char* uuid = "",
const char* varCode = "Y520Cond") explicit
Construct a new YosemitechY520_
Parameters | |
---|---|
parentSense | The parent YosemitechY520 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 "Y520Cond". |