added csv files

This commit is contained in:
2021-05-28 18:20:51 +02:00
parent d9f749e134
commit c9bac1d21b
11 changed files with 998 additions and 338 deletions

View File

@ -1,10 +1,12 @@
#ifndef FSFWCONFIG_RETURNVALUES_CLASSIDS_H_
#define FSFWCONFIG_RETURNVALUES_CLASSIDS_H_
#include <commonConfig.h>
#include "commonClassIds.h"
namespace CLASS_ID {
enum classIds: uint8_t {
CLASS_ID_START = COMMON_CLASS_ID_END,
CLASS_ID_END // [EXPORT] : [END]
};
}