1
0
forked from fsfw/fsfw

modifyData override deleted

is not really thread-safe anyway
This commit is contained in:
2020-05-07 19:23:56 +02:00
parent fe9aa46cf8
commit 9489b7abc1
3 changed files with 2 additions and 17 deletions

View File

@ -13,15 +13,11 @@
#include <framework/devicehandlers/DeviceHandlerBase.h>
/**
* @brief Used to pass communication information between tasks
* @brief Message type to send larger messages
*
* @details
* Can be used to pass information like data pointers and
* data sizes between communication tasks
* like the Device Handler Comm Interfaces and Polling Tasks.
*
* Can also be used to exchange actual data if its not too large
* (e.g. Sensor values).
* data sizes between communication tasks.
*
*/
class CommunicationMessage: public MessageQueueMessage {