1#ifndef RTW_HEADER_BMS_cap_host_h_
2#define RTW_HEADER_BMS_cap_host_h_
3#ifdef HOST_CAPI_BUILD
4#include "rtw_capi.h"
5#include "rtw_modelmap.h"
6
7typedef struct {
8 rtwCAPI_ModelMappingInfo mmi;
9} BMS_host_DataMapInfo_T;
10
11#ifdef __cplusplus
12
13extern "C" {
14
15#endif
16
17 void BMS_host_InitializeDataMapInfo(BMS_host_DataMapInfo_T *dataMap, const
18 char *path);
19
20#ifdef __cplusplus
21
22}
23#endif
24#endif /* HOST_CAPI_BUILD */
25#endif /* RTW_HEADER_BMS_cap_host_h_ */
26
27/* EOF: BMS_capi_host.h */
28