generated event translation files

This commit is contained in:
2021-05-17 19:39:35 +02:00
committed by Robin Mueller
parent 3b012d3a64
commit 3dca311baa
15 changed files with 678 additions and 216 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_ */