1
0
forked from fsfw/fsfw

upstream stuff

This commit is contained in:
2020-12-22 16:10:13 +01:00
parent c603bcc91c
commit e052a9694f
11 changed files with 128 additions and 31 deletions

View File

@ -0,0 +1,4 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
InternalErrorReporter.cpp
)

View File

@ -5,8 +5,7 @@
#include "../serviceinterface/ServiceInterfaceStream.h"
InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId,
uint32_t messageQueueDepth) :
SystemObject(setObjectId),
uint32_t messageQueueDepth): SystemObject(setObjectId),
commandQueue(QueueFactory::instance()->
createMessageQueue(messageQueueDepth)),
poolManager(this, commandQueue),