DYT/Tool/matlab/include/ParamTuningTgtAppSvc/ParamTuningTgtAppSvcCIntrf.h

21 lines
578 B
C
Raw Normal View History

2024-11-22 15:19:31 +00:00
/* Copyright 2014-2020 The MathWorks, Inc. */
#ifndef ParamTuningTgtAppSvcCIntrf_h
#define ParamTuningTgtAppSvcCIntrf_h
#include "ParamTuningTgtAppSvc_dll.hpp"
#ifdef SL_INTERNAL
#include "simulinkcoder_capi/rtw_modelmap.h"
#include "sl_pointer_util/BasicOperations.hpp"
#else
#include "rtw_modelmap.h"
#include "mwslpointerutil.h"
#endif
PARAMTUNINGTGTAPPSVC_API_C int startParamTuningTgtAppSvc();
PARAMTUNINGTGTAPPSVC_API_C int terminateParamTuningTgtAppSvc();
PARAMTUNINGTGTAPPSVC_API_C void tunePendingParameterChanges(rtwCAPI_ModelMappingInfo *pMMI);
#endif