mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
28 lines
573 B
C
28 lines
573 B
C
#ifndef RTW_HEADER_CANTest_cap_host_h_
|
|
#define RTW_HEADER_CANTest_cap_host_h_
|
|
#ifdef HOST_CAPI_BUILD
|
|
#include "rtw_capi.h"
|
|
#include "rtw_modelmap.h"
|
|
|
|
typedef struct {
|
|
rtwCAPI_ModelMappingInfo mmi;
|
|
} CANTest_host_DataMapInfo_T;
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
void CANTest_host_InitializeDataMapInfo(CANTest_host_DataMapInfo_T *dataMap,
|
|
const char *path);
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
#endif
|
|
#endif /* HOST_CAPI_BUILD */
|
|
#endif /* RTW_HEADER_CANTest_cap_host_h_ */
|
|
|
|
/* EOF: CANTest_capi_host.h */
|