linux and FreeRTOS Unit tests and some fixes #721

Closed
mohr wants to merge 12 commits from mohr/freeRTOS into development
Showing only changes of commit 90efb132d0 - Show all commits

View File

@ -7,6 +7,7 @@
InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId, uint32_t messageQueueDepth)
: SystemObject(setObjectId),
commandQueue(QueueFactory::instance()->createMessageQueue(messageQueueDepth)),
poolManager(this, commandQueue),
internalErrorSid(setObjectId, InternalErrorDataset::ERROR_SET_ID),
internalErrorDataset(this) {