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
|
|
******************************************************************************/
|
|
/*½á¹¹ÀàÐÍtypedef¶¨Òå*/
|
|
|
|
/*ÏìÓ¦ÀàÐÍ*/
|
|
typedef enum
|
|
{
|
|
CeDcm_e_ResultNegRsp =0,
|
|
CeDcm_e_ResultPosRsp,
|
|
CeDcm_e_ResultNoRsp
|
|
}TeDcm_h_ResultType;
|
|
|
|
|
|
|
|
|
|
#endif
|