eive-obsw/mission/controller/acs/config/classIds.h
Marius Eggert d184f7487e
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
post merge cleanup
2022-11-04 14:54:23 +01:00

20 lines
371 B
C++

#ifndef ACS_CONFIG_CLASSIDS_H_
#define ACS_CONFIG_CLASSIDS_H_
#include <common/config/eive/resultClassIds.h>
#include <fsfw/returnvalues/FwClassIds.h>
namespace CLASS_ID {
enum eiveclassIds: uint8_t {
EIVE_CLASS_ID_START = COMMON_CLASS_ID_END,
KALMAN,
SAFE,
PTG,
DETUMBLE,
EIVE_CLASS_ID_END // [EXPORT] : [END]
};
}
#endif /* ACS_CONFIG_CLASSIDS_H_ */