1
0
forked from fsfw/fsfw

event manager printout refactoring

This commit is contained in:
2021-05-12 13:40:26 +02:00
parent e1c91f82b7
commit cd016c8281
2 changed files with 87 additions and 65 deletions

View File

@ -6,6 +6,7 @@
#include <FSFWConfig.h>
#include "../serviceinterface/ServiceInterface.h"
#include "../objectmanager/SystemObject.h"
#include "../storagemanager/LocalPool.h"
#include "../tasks/ExecutableObjectIF.h"
@ -67,6 +68,7 @@ protected:
#if FSFW_OBJ_EVENT_TRANSLATION == 1
void printEvent(EventMessage *message);
void printUtility(sif::OutputTypes printType, EventMessage* message);
#endif
void lockMutex();