generated header file as well

This commit is contained in:
2021-05-17 19:12:25 +02:00
committed by Robin Mueller
parent 1f67a1987e
commit 5146965acb
7 changed files with 19 additions and 14 deletions

View File

@ -0,0 +1,8 @@
#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_ */