#include <src/sensors/YosemitechY514.h>
YosemitechY514_Temp
class
The Variable sub-class used for the temperature output from a Yosemitech Y514-A chlorophyll sensor with wiper.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY514_Temp(YosemitechY514* parentSense, const char* uuid = "", const char* varCode = "Y514Temp") explicit
- Construct a new YosemitechY514_
Temp object. - YosemitechY514_Temp()
- Construct a new YosemitechY514_
Temp object. - ~YosemitechY514_Temp()
- Destroy the YosemitechY514_
Temp object - no action needed.
Function documentation
YosemitechY514_ Temp:: YosemitechY514_Temp(YosemitechY514* parentSense,
const char* uuid = "",
const char* varCode = "Y514Temp") explicit
Construct a new YosemitechY514_
Parameters | |
---|---|
parentSense | The parent YosemitechY514 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 "Y514Temp". |