17 lines
287 B
C
17 lines
287 B
C
|
/*
|
||
|
* translateEvent.h
|
||
|
*
|
||
|
* Created on: 28 May 2019
|
||
|
* Author: Robin
|
||
|
*/
|
||
|
|
||
|
#ifndef CONFIG_EVENTS_TRANSLATEEVENTS_H_
|
||
|
#define CONFIG_EVENTS_TRANSLATEEVENTS_H_
|
||
|
|
||
|
#include <fsfw/events/Event.h>
|
||
|
|
||
|
const char * translateEvents(Event event);
|
||
|
|
||
|
|
||
|
#endif /* CONFIG_EVENTS_TRANSLATEEVENTS_H_ */
|