restructured a bit

This commit is contained in:
2021-06-08 13:59:38 +02:00
parent 2755045be1
commit f8bf44893c
12 changed files with 2 additions and 4 deletions

14
config/commonClassIds.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef COMMON_CONFIG_COMMONCLASSIDS_H_
#define COMMON_CONFIG_COMMONCLASSIDS_H_
#include "fsfw/returnvalues/FwClassIds.h"
namespace CLASS_ID {
enum commonClassIds: uint8_t {
COMMON_CLASS_ID_START = FW_CLASS_ID_COUNT,
DUMMY_HANDLER, //DDH
COMMON_CLASS_ID_END // [EXPORT] : [END]
};
}
#endif /* COMMON_CONFIG_COMMONCLASSIDS_H_ */