fsfw-example-linux-mcu/bsp_linux/fsfwconfig/events/translateEvents.h

9 lines
217 B
C
Raw Normal View History

2021-06-11 12:50:14 +02:00
#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_ */