added generator files

This commit is contained in:
2021-06-21 10:36:53 +02:00
parent cda061255a
commit 9229c4d98b
21 changed files with 2004 additions and 1 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_ */