/****************************************************************************** // @file centaur_data_service_codes.h // @brief Error codes for cent component. */ /****************************************************************************** * * @page ChangeLogs Change Logs * @section _centaur_data_service_codes_h centaur_data_service_codes.h * @verbatim * * Flag Def/Fea Userid Date Description * ------- ---------- -------- ---------- ---------------------------------- * @th00c thallet 03/14/2012 Created * @th031 878471 thallet 04/15/2013 Centaur Throttles * @gm015 907601 milesg 12/06/2013 L4 Bank Delete circumvention and centaur i2c recovery * * @endverbatim * *///*************************************************************************/ #ifndef _CENTAUR_DATA_SERVICE_CODES_H_ #define _CENTAUR_DATA_SERVICE_CODES_H_ //************************************************************************* // Includes //************************************************************************* #include //************************************************************************* // Externs //************************************************************************* //************************************************************************* // Macros //************************************************************************* //************************************************************************* // Defines/Enums //************************************************************************* enum centModuleId { CENT_TASK_DATA_MOD = CENT_COMP_ID | 0x00, CENTAUR_INIT_MOD = CENT_COMP_ID | 0x01, CENT_TASK_CONTROL_MOD = CENT_COMP_ID | 0x02, CENT_RECOVERY_MOD = CENT_COMP_ID | 0x03, }; //************************************************************************* // Structures //************************************************************************* //************************************************************************* // Globals //************************************************************************* //************************************************************************* // Function Prototypes //************************************************************************* //************************************************************************* // Functions //************************************************************************* #endif /* #ifndef _CENTAUR_DATA_SERVICE_CODES_H_ */