필터 지우기
필터 지우기

Replicated Functions in Simulink Coder

조회 수: 2 (최근 30일)
Timothy Koehler
Timothy Koehler 2016년 4월 20일
댓글: Karel Viaene 2022년 3월 3일
What is the proper way to generate multiple C-models from Simulink and be able to use them in a common application?
The crux of my problem is when Simulink automatically creates a function, such as " rt_hypotd()" (which is just implementing an abs() function that also does complex abs()). This function would be embedded in " modelA.c", if I create code from model A. If I also have model B, that has similar functions, it will generate " modelB.c", which also contains rt_hypotd().
When trying to compile both models for usage interactively (there is some existing code in between them, which is the desire to have modular pieces of C code that I can use), I will get an error that rt_hypotd() is already defined.
Playing with all sorts of options has not allowed me to be able to appropriately set up something like a namespace such that I can use multiple C models without getting name collisions.

답변 (2개)

Benjamin Couillard
Benjamin Couillard 2017년 1월 20일
Hi,
I have the same problem as you do. Have you found a suitable solution or workaround?
Regards

Karel Viaene
Karel Viaene 2022년 3월 1일
I have the same problem still, is there already a workaround?
  댓글 수: 2
Timothy Koehler
Timothy Koehler 2022년 3월 2일
To date, I think my team still has to manually remove one of the duplicate definitions in one of the .c files.
Karel Viaene
Karel Viaene 2022년 3월 3일
Thank you Timothy for your reply.
It is unbelievable that this is still an issue 6 years later. Adding the option to generate namespaces per model or unique names per model would resolve this.
Unfortunatly I will also resort to manual adaptations.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Embedded Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by