updated even generator

This commit is contained in:
2021-05-14 11:51:52 +02:00
parent f138950670
commit f655889e7f
8 changed files with 537 additions and 386 deletions

View File

@ -0,0 +1,8 @@
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
#include <fsfw/events/Event.h>
const char * translateEvents(Event event);
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */