eive-obsw/bsp_hosted/fsfwconfig/objects/translateObjects.h
Robin Mueller 3059e196a3
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
update object list
2022-11-15 17:47:24 +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_ */