More control over created files by Embedded Coder
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I currently use an AUTOSAR target to generate file for my project.
My model includes a couple of Matlab Function blocks which give me additional .h/.c files after code generation.
If was wondering if it possible to reduce the number of files created or at least give me some control of the generated file names.
Here are examples of some file created (I use the built-in Matlab functions "all" and "any"):
all_H4ahmupw.c
any_abc4gI42.c
I don't want these files in the first place, but additionally there seems to be some name mangling happening which I think is totally unnecessary. To be able to release a clean version of my module, I'd much prefer that Embedded Coder to generate only one .h/.c file. If that's not possible, I'd at least get rid of the random suffix.
Also, the same is happening with local functions that I wrote and that are used in the Matlab Function blocks (nested and standalone).
Thanks,
Manuel
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!