regenerated hosted events

This commit is contained in:
2021-05-17 19:50:07 +02:00
committed by Robin Mueller
parent 1d0a4bca94
commit df872c6ecd
4 changed files with 274 additions and 2 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_ */