deleted unrequired files, common include deleted
This commit is contained in:
parent
d4bb9397ee
commit
fc9101cd8f
@ -2,7 +2,6 @@
|
|||||||
#define CONFIG_DEVICES_LOGICALADDRESSES_H_
|
#define CONFIG_DEVICES_LOGICALADDRESSES_H_
|
||||||
|
|
||||||
#include <fsfw/devicehandlers/CookieIF.h>
|
#include <fsfw/devicehandlers/CookieIF.h>
|
||||||
#include "common/devices/commonAddresses.h"
|
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
/**
|
|
||||||
* @brief Auto-generated event translation file. Contains 81 translations.
|
|
||||||
* @details
|
|
||||||
* Generated on: 2021-05-18 16:28:16
|
|
||||||
*/
|
|
||||||
#include "translateEvents.h"
|
|
||||||
|
|
||||||
|
|
||||||
const char * translateEvents(Event event) {
|
|
||||||
switch( (event & 0xffff) ) {
|
|
||||||
default:
|
|
||||||
return "UNKNOWN_EVENT";
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
||||||
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
|
|
||||||
|
|
||||||
#include <fsfw/events/Event.h>
|
|
||||||
|
|
||||||
const char * translateEvents(Event event);
|
|
||||||
|
|
||||||
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */
|
|
@ -1,19 +0,0 @@
|
|||||||
/**
|
|
||||||
* @brief Auto-generated object translation file.
|
|
||||||
* @details
|
|
||||||
* Contains 69 translations.
|
|
||||||
* Generated on: 2021-05-18 16:37:37
|
|
||||||
*/
|
|
||||||
#include "translateObjects.h"
|
|
||||||
|
|
||||||
const char *NO_OBJECT_STRING = "NO_OBJECT";
|
|
||||||
|
|
||||||
const char* translateObject(object_id_t object) {
|
|
||||||
switch( (object & 0xFFFFFFFF) ) {
|
|
||||||
case 0xFFFFFFFF:
|
|
||||||
return NO_OBJECT_STRING;
|
|
||||||
default:
|
|
||||||
return "UNKNOWN_OBJECT";
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
#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_ */
|
|
Loading…
Reference in New Issue
Block a user