Simulink Embedded Coder: Export init/entry/step function into a seprate file

조회 수: 1 (최근 30일)
As the title say, does anyone knows how to generate a seprate declaration for the init/entry/step function into a seprate user-defined header file?
Normally they are located in MODEL_NAME.h.
/* Model entry point functions */
extern void MODEL_initialize(void);
extern void MODEL_terminate(void);
/* Customized model step function */
extern void MODEL_update(void);
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 建模에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!