HWBS/ECU_APP/diagnose/Dcm_App_Cfg.h

39 lines
1.1 KiB
C
Raw Permalink Normal View History

2023-08-21 16:48:00 +08:00
/******************************************************************************
| 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