linux working

This commit is contained in:
2020-09-16 16:22:36 +02:00
committed by Robin.Mueller
parent 2d9d01b5d0
commit bc525ab2eb
47 changed files with 1926 additions and 6 deletions

View File

@ -0,0 +1,16 @@
/*
* translateObjects.h
*
* Created on: 28 May 2019
* Author: Robin
*/
#ifndef CONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#define CONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#include <fsfw/objectmanager/ObjectManagerIF.h>
const char* translateObject(object_id_t object);
#endif /* CONFIG_OBJECTS_TRANSLATEOBJECTS_H_ */