ADM/ADM_Cruise_Control/WheelSpd1_slrt_rtw/WheelSpd1_capi_host.h
JaeminSong 3854fbc169 Cruise Control Update
Cruise Control Update
2024-08-07 11:01:25 +09:00

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 */