eive-obsw/generators/events/translateEvents.h

9 lines
216 B
C
Raw Normal View History

2021-05-17 19:39:35 +02:00
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
2021-08-02 11:43:49 +02:00
#include "fsfw/events/Event.h"
2021-05-17 19:39:35 +02:00
2022-03-01 18:05:11 +01:00
const char *translateEvents(Event event);
2021-05-17 19:39:35 +02:00
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */