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