eive-obsw/bsp_hosted/fsfwconfig/returnvalues/classIds.h
Robin Mueller 417969fcec
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
always generate host files now as well
2023-02-09 15:58:41 +01:00

21 lines
465 B
C++

#ifndef CONFIG_RETURNVALUES_CLASSIDS_H_
#define CONFIG_RETURNVALUES_CLASSIDS_H_
#include <fsfw/returnvalues/FwClassIds.h>
#include "eive/resultClassIds.h"
/**
* Source IDs starts at 73 for now
* Framework IDs for ReturnValues run from 0 to 56
* and are located inside <fsfw/returnvalues/FwClassIds.h>
*/
namespace CLASS_ID {
enum {
CLASS_ID_START = COMMON_CLASS_ID_END,
CLASS_ID_END // [EXPORT] : [END]
};
}
#endif /* CONFIG_RETURNVALUES_CLASSIDS_H_ */