common config files

This commit is contained in:
2021-05-17 16:22:51 +02:00
committed by Robin Mueller
parent 9678af9f3d
commit 41de3d1f00
7 changed files with 81 additions and 72 deletions

View File

@ -2,6 +2,7 @@
#define FSFWCONFIG_RETURNVALUES_CLASSIDS_H_
#include <fsfw/returnvalues/FwClassIds.h>
#include <commonClassIds.h>
/**
* Source IDs starts at 73 for now
@ -10,18 +11,10 @@
*/
namespace CLASS_ID {
enum {
MISSION_CLASS_ID_START = FW_CLASS_ID_COUNT,
MGM_LIS3MDL,
MGM_RM3100,
CLASS_ID_START = COMMON_CLASS_ID_END,
LINUX_LIBGPIO_IF,
LINUX_SPI_COM_IF,
PCDU_HANDLER,
HEATER_HANDLER,
SA_DEPL_HANDLER,
SYRLINKS_HANDLER,
IMTQ_HANDLER,
PLOC_HANDLER,
SUS_HANDLER
};
}