2023-08-21 16:48:00 +08:00

43 lines
1.5 KiB
C

/******************************************************************************
| File Name : Dcm.h
| Description:
******************************************************************************/
#ifndef DCM_H_
#define DCM_H_
/******************************************************************************
* Description: : Include File Section
******************************************************************************/
#include"Dcm_Cfg.h"
/******************************************************************************
* Description: : Macro Description Section
******************************************************************************/
/******************************************************************************
* Description: : Structure Type Declaration Section
******************************************************************************/
/******************************************************************************
* Description: : Global Variable Declaration Section
******************************************************************************/
//extern TsDcm_h_2APeriodicDidServe PeriodicDidServe[DCM_PERIODIC_DATA_COUNT];
//extern const TsDcm_h_DidCheckType CaDcm_h_2AReadDidCheckInfoTable[DCM_PERIODIC_DATA_COUNT];
/******************************************************************************
* Description: : Global Function Prototype Declaration
******************************************************************************/
extern void MngDcm_MainFunction(void);
#endif