필터 지우기
필터 지우기

More control over created files by Embedded Coder

조회 수: 1 (최근 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 CenterFile Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by