39 lines
1.1 KiB
C
39 lines
1.1 KiB
C
|
/******************************************************************************
|
|||
|
| 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
|
|||
|
******************************************************************************/
|
|||
|
/*<2A>ṹ<EFBFBD><E1B9B9><EFBFBD><EFBFBD>typedef<65><66><EFBFBD><EFBFBD>*/
|
|||
|
|
|||
|
/*<2A><>Ӧ<EFBFBD><D3A6><EFBFBD><EFBFBD>*/
|
|||
|
typedef enum
|
|||
|
{
|
|||
|
CeDcm_e_ResultNegRsp =0,
|
|||
|
CeDcm_e_ResultPosRsp,
|
|||
|
CeDcm_e_ResultNoRsp
|
|||
|
}TeDcm_h_ResultType;
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#endif
|