#include <src/sensors/YosemitechY520.h>
YosemitechY520_Temp
class
The Variable sub-class used for the temperature 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_Temp(YosemitechY520* parentSense, const char* uuid = "", const char* varCode = "Y520Temp") explicit
- Construct a new YosemitechY520_
Temp object. - YosemitechY520_Temp()
- Construct a new YosemitechY520_
Temp object. - ~YosemitechY520_Temp()
- Destroy the YosemitechY520_
Temp object - no action needed.
Function documentation
YosemitechY520_ Temp:: YosemitechY520_Temp(YosemitechY520* parentSense,
const char* uuid = "",
const char* varCode = "Y520Temp") 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 "Y520Temp". |