eive-obsw/linux/fsfwconfig/events/translateEvents.h
Robin Mueller 2cdd192eeb
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
fix decode error with imtq defintions
2022-02-03 16:25:16 +01:00

9 lines
217 B
C

#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_ */