ModularSensors > Classes > Variable > BoschBME280_Temp
ModularSensors > Modules > Bosch BME280 > BoschBME280_Temp


BoschBME280_Temp class

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

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

BoschBME280_Temp(BoschBME280* parentSense, const char* uuid = "", const char* varCode = BME280_TEMP_DEFAULT_CODE) explicit
Construct a new BoschBME280_Temp object.
BoschBME280_Temp()
Construct a new BoschBME280_Temp object.
~BoschBME280_Temp()
Destroy the BoschBME280_Temp object - no action needed.

Function documentation

BoschBME280_Temp(BoschBME280* parentSense, const char* uuid = "", const char* varCode = BME280_TEMP_DEFAULT_CODE) explicit

Construct a new BoschBME280_Temp object.

Parameters
parentSense The parent BoschBME280 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 "BoschBME280Temp".

BoschBME280_Temp()

Construct a new BoschBME280_Temp object.