ModularSensors > Classes > Variable > BoschBMP3xx_Temp
ModularSensors > Modules > Bosch BMP3xx > BoschBMP3xx_Temp


BoschBMP3xx_Temp class

The Variable sub-class used for the temperature output from a Bosch BMP3xx.

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 = BMP3XX_TEMP_DEFAULT_CODE) 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* parentSense, const char* uuid = "", const char* varCode = BMP3XX_TEMP_DEFAULT_CODE) explicit

Construct a new BoschBMP3xx_Temp object.

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".

BoschBMP3xx_Temp()

Construct a new BoschBMP3xx_Temp object.