fsfw-example-hosted/bsp_hosted/fsfwconfig/objects/translateObjects.h
Robin Mueller 4173a62229
Some checks failed
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit
regenerate objects list
2022-05-20 09:17:18 +02: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_ */