2021-06-08 13:36:08 +02:00
|
|
|
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
|
|
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
|
|
|
|
|
|
#include <fsfw/events/Event.h>
|
|
|
|
|
2022-05-05 20:55:48 +02:00
|
|
|
const char* translateEvents(Event event);
|
2021-06-08 13:36:08 +02:00
|
|
|
|
|
|
|
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */
|