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