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