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: mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed
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, FlowMeterMessage, 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 16 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 21:35:27 by
1.7.2