1
0
forked from fsfw/fsfw

size check for message queue

This commit is contained in:
2020-06-22 15:34:35 +02:00
parent 45a55044dd
commit 109fdad8b3
2 changed files with 10 additions and 2 deletions

View File

@ -204,6 +204,7 @@ private:
QueueHandle_t handle;
MessageQueueId_t defaultDestination = 0;
MessageQueueId_t lastPartner = 0;
const size_t maxMessageSize;
//!< Stores the current system context
CallContext callContext = CallContext::TASK;
};