Prevent code generation for including observable states in main.c

조회 수: 1 (최근 30일)
MrPowerElectronics
MrPowerElectronics 2020년 9월 24일
When using Simulink code generation to generate a reusable function for an embedded target, code generation always adds the following line in the ert_main.c:
static DW_$MODELNAME$ $MODELNAME$_DW; /* Observable states */
which later on in main() is used once:
/* Pack model data into RTM */
$MODELNAME$_M->dwork = &$MODELNAME$_DW;
I would very much prefer if this symbol would not exist in the ert_main so I would like to ask where it comes from and how to perhaps control its placement?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by