Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to avoid conflicting reusable function names generated from different Simulink models using ERT?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have different Simulink models using the same atomic reusable subsystem library blocks. ERT is used to generate code for each model separately. The generated code is then integrated together to be used in a single C application. The problem is the generated reusable function, source and header file names are the same for the different models. Hence, they can't be integrated in the same C application due to conflicts.
How can ERT be configured to automatically add the top-level model name to reusable functions to avoid conflicts?
0 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!