#ifndef CONFIG_RETURNVALUES_CLASSIDS_H_ #define CONFIG_RETURNVALUES_CLASSIDS_H_ #include /** * Source IDs starts at 73 for now * Framework IDs for ReturnValues run from 0 to 56 * and are located inside */ namespace CLASS_ID { enum { MISSION_CLASS_ID_START = FW_CLASS_ID_COUNT, MGM_LIS3MDL }; } #endif /* CONFIG_RETURNVALUES_CLASSIDS_H_ */