Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
BME280TemperatureMessage Class Reference
A Container that can hold acquired temperature values. More...
#include <BME280TemperatureMessage.h>
Inherits SensorMessage.
Public Member Functions | |
void | setTemperature (float temperature) |
Set the temperature value of the BME280TemperatureMessage. | |
float | getTemperature () |
Gets the temperature value from the BME280TemperatureMessage. | |
virtual char * | getLoRaMessageString () |
Gets a small LoRaMessage Type Formated String from the BME280TemperatureMessage. |
Detailed Description
A Container that can hold acquired temperature values.
The container will be transported via a MessageQueue between different Tasks.
Definition at line 21 of file BME280TemperatureMessage.h.
Member Function Documentation
char * getLoRaMessageString | ( | ) | [virtual] |
Gets a small LoRaMessage Type Formated String from the BME280TemperatureMessage.
- Returns:
Reimplemented from SensorMessage.
Definition at line 27 of file BME280TemperatureMessage.cpp.
float getTemperature | ( | ) |
Gets the temperature value from the BME280TemperatureMessage.
- Returns:
Definition at line 23 of file BME280TemperatureMessage.cpp.
void setTemperature | ( | float | temperature ) |
Set the temperature value of the BME280TemperatureMessage.
- Parameters:
-
temperature
Definition at line 19 of file BME280TemperatureMessage.cpp.
Generated on Tue Jul 12 2022 20:10:02 by
