Borrar filtros
Borrar filtros

How can I avoid function duplication in code generation?

2 visualizaciones (últimos 30 días)
yeyuan zhu
yeyuan zhu el 22 de Mzo. de 2023
Comentada: yeyuan zhu el 23 de Mayo de 2023
I wrote a corresponding .c and .tlc file for code generation to a Simulink s-function module. However, I found that as I have used the module several times in simulink, the instructions written in the start(block,system) output of the tlc file are repeated in the initialization function of the model.c for code generation. How can I adjust it so that these instructions appear only once?

Respuestas (1)

Mark McBroom
Mark McBroom el 25 de Mzo. de 2023
You need to move your code from the Start() TLC function to the BlockTypeSetup() TLC function. The BlockTypeSetup() TLC function is only called once no matter how many times the S-Function block is used in the model. See here for exxample:

Categorías

Más información sobre Target Language Compiler en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by