2021-05-17 19:50:07 +02:00
|
|
|
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
|
|
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
|
|
|
|
|
|
#include <fsfw/events/Event.h>
|
|
|
|
|
2022-01-17 15:58:27 +01:00
|
|
|
const char* translateEvents(Event event);
|
2021-05-17 19:50:07 +02:00
|
|
|
|
|
|
|
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */
|