43 lines
1.5 KiB
C
Raw Permalink Normal View History

2024-07-07 16:42:04 +08:00
/******************************************************************************
| 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