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