1
0
forked from fsfw/fsfw

removed error handling in separate fnctn

This commit is contained in:
2020-06-06 02:10:21 +02:00
parent b4561465ba
commit 8e7593d68a
2 changed files with 45 additions and 33 deletions

View File

@ -4,6 +4,8 @@
#include <framework/internalError/InternalErrorReporterIF.h>
#include <framework/ipc/MessageQueueIF.h>
#include <framework/ipc/MessageQueueMessage.h>
#include <mqueue.h>
/**
* @brief This class manages sending and receiving of message queue messages.
*
@ -172,6 +174,8 @@ private:
char name[5];
static uint16_t queueCounter;
ReturnValue_t handleError(mq_attr* attributes);
};
#endif /* MESSAGEQUEUE_H_ */