How do I change the names of functions generated by embedded coder?
54 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
My Simulink model includes a number of n-D Lookup Table blocks. To implement these, Embedded Coder generates a function named look1_iflf_binlxpw(). Unfortunately, this name conflicts with that used by some legacy code with which I am integrating my new model. Is there some way of configuring Simulink code generation to create a different name?
0 Kommentare
Antworten (2)
Navya Seelam
am 3 Dez. 2019
Hi,
Function Customization can be done using using Embedded Coder Dictionary. Refer to this link to specify a rule that governs the names of generated entry-point functions.
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!