1
0
forked from fsfw/fsfw

linux error print handling improved

This commit is contained in:
2021-06-03 12:29:06 +02:00
parent 6b9747ee0b
commit 3891014340
13 changed files with 558 additions and 553 deletions

View File

@ -181,8 +181,8 @@ private:
static uint16_t queueCounter;
const size_t maxMessageSize;
ReturnValue_t handleError(mq_attr* attributes, uint32_t messageDepth);
ReturnValue_t handleRecvError(const char* const failString);
static constexpr const char* CLASS_NAME = "MessageQueue";
ReturnValue_t handleOpenError(mq_attr* attributes, uint32_t messageDepth);
};
#endif /* FSFW_OSAL_LINUX_MESSAGEQUEUE_H_ */