#include <src/sensors/BoschBMP3xx.h>
BoschBMP3xx_Altitude
class
The Variable sub-class used for the altitude calculated from the measurements made by a Bosch BMP3xx.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- BoschBMP3xx_Altitude(BoschBMP3xx* parentSense, const char* uuid = "", const char* varCode = "BoschBMP3xxAltitude") explicit
- Construct a new BoschBMP3xx_
Altitude object. - BoschBMP3xx_Altitude()
- Construct a new BoschBMP3xx_
Altitude object.
Function documentation
BoschBMP3xx_ Altitude:: BoschBMP3xx_Altitude(BoschBMP3xx* parentSense,
const char* uuid = "",
const char* varCode = "BoschBMP3xxAltitude") 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 "BoschBMP3xxAltitude". |