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