eive-obsw/mission/controller/acs/config/classIds.h
Robin Mueller 828738ba0e
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
afmt
2022-12-01 15:56:55 +01:00

19 lines
369 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_ */