eive-obsw/unittest/testcfg/returnvalues/classIds.h

18 lines
361 B
C
Raw Normal View History

2021-09-29 09:30:58 +02:00
#ifndef CONFIG_RETURNVALUES_CLASSIDS_H_
#define CONFIG_RETURNVALUES_CLASSIDS_H_
2021-09-29 10:52:36 +02:00
#include "commonClassIds.h"
2021-09-29 09:30:58 +02:00
#include <fsfw/returnvalues/FwClassIds.h>
/**
* @brief CLASS_ID defintions which are required for custom returnvalues.
*/
namespace CLASS_ID {
enum {
MISSION_CLASS_ID_START = FW_CLASS_ID_COUNT,
};
}
#endif /* CONFIG_RETURNVALUES_CLASSIDS_H_ */