eive-obsw/linux/fsfwconfig/objects/translateObjects.h
Robin Mueller 02df949a48
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
this seems to work
2022-11-10 17:42:19 +01:00

9 lines
245 B
C

#ifndef FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#define FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#include <fsfw/objectmanager/SystemObjectIF.h>
const char *translateObject(object_id_t object);
#endif /* FSFWCONFIG_OBJECTS_TRANSLATEOBJECTS_H_ */