/****************************************************************************** | File Name : Dcm_App.h | Description: ******************************************************************************/ #ifndef DCM_APP_CFG_H #define DCM_APP_CFG_H /****************************************************************************** * Description: : Include File Section ******************************************************************************/ #include "DCM_Types.h" #include "Dcm_DID.h" #include "CanTp.h" #include "Dcm_Key.h" #include "DCM_DTC.h" /****************************************************************************** * Description: : Macro Description Section ******************************************************************************/ /****************************************************************************** * Description: : Structure Type Declaration Section ******************************************************************************/ /*结构类型typedef定义*/ /*响应类型*/ typedef enum { CeDcm_e_ResultNegRsp =0, CeDcm_e_ResultPosRsp, CeDcm_e_ResultNoRsp }TeDcm_h_ResultType; #endif