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
SensorMessage Class Reference
The Base Class of a Container that can hold acquired values from a Sensor. More...
#include <SensorMessage.h>
Inherited by BME280HumidityMessage, BME280PressureMessage, BME280TemperatureMessage, LoRaMeasurementMessage, MAX44009Message, MPU9250AccelerationMessage, MPU9250GyroscopeMessage, MPU9250TeslaMessage, SI1143ProximityMessage, and UBloxGPSMessage.
Public Member Functions | |
virtual char * | getLoRaMessageString () |
Gets a small LoRaMessage Type Formated String from the SensorMessage. |
Detailed Description
The Base Class of a Container that can hold acquired values from a Sensor.
The container will be transported via a MessageQueue between different Tasks.
Definition at line 17 of file SensorMessage.h.
Member Function Documentation
char * getLoRaMessageString | ( | ) | [virtual] |
Gets a small LoRaMessage Type Formated String from the SensorMessage.
This String can later be used for transportation via LoRa
- Returns:
Reimplemented in BME280HumidityMessage, BME280PressureMessage, BME280TemperatureMessage, LoRaMeasurementMessage, MAX44009Message, MPU9250AccelerationMessage, MPU9250TeslaMessage, SI1143ProximityMessage, and UBloxGPSMessage.
Definition at line 19 of file SensorMessage.cpp.
Generated on Tue Jul 12 2022 20:10:02 by
