#include <src/sensors/BoschBMP3xx.h>
            BoschBMP3xx_Pressure
            class
                
                The Variable sub-class used for the atmospheric pressure 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_Pressure(BoschBMP3xx* parentSense, const char* uuid = "", const char* varCode = "BoschBMP3xxPressure") explicit
 - Construct a new BoschBMP3xx_
Pressure object.  - BoschBMP3xx_Pressure()
 - Construct a new BoschBMP3xx_
Pressure object.  
Function documentation
               BoschBMP3xx_ Pressure:: BoschBMP3xx_Pressure(BoschBMP3xx* parentSense,
              const char* uuid = "",
              const char* varCode = "BoschBMP3xxPressure") 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 "BoschBMP3xxPressure". |