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