fsfw-example-hosted/bsp_hosted/fsfwconfig/events/translateEvents.h

9 lines
216 B
C
Raw Normal View History

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