2020-09-16 16:22:36 +02:00
|
|
|
/*
|
|
|
|
* translateEvent.h
|
|
|
|
*
|
|
|
|
* Created on: 28 May 2019
|
|
|
|
* Author: Robin
|
|
|
|
*/
|
|
|
|
|
2020-11-20 18:10:39 +01:00
|
|
|
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
|
|
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
2020-09-16 16:22:36 +02:00
|
|
|
|
|
|
|
#include <fsfw/events/Event.h>
|
|
|
|
|
|
|
|
const char * translateEvents(Event event);
|
|
|
|
|
|
|
|
|
2020-11-20 18:10:39 +01:00
|
|
|
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */
|