More control over created files by Embedded Coder

2 ビュー (過去 30 日間)
Manuel Stumpf
Manuel Stumpf 2019 年 7 月 1 日
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 件)

カテゴリ

Help Center および File ExchangeAUTOSAR Blockset についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by