YosemitechY520_Cond class

The Variable sub-class used for the conductivity output from a Yosemitech Y520-A 4-electrode conductivity sensor.

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_Cond object.

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".

YosemitechY520_Cond::YosemitechY520_Cond()

Construct a new YosemitechY520_Cond object.