How to namespace the C++ code from simulink embedded coder
조회 수: 10 (최근 30일)
표시 이전 댓글
Hello There,
We have several simulink models that we export using embedded coder and compile together to create 1 app.
How do we get embedded coder to generate C++ code that is namespaced? It seems like matlab coder and even embedded coder for m files have this feature, but not embedded coder for simulink.
The issue is that the generated code will create globals like "rtConstP" that will conflict with each other once compiled together.
댓글 수: 0
채택된 답변
Mark McBroom
2022년 12월 9일
https://www.mathworks.com/help/ecoder/ug/interactively-configure-cpp-interface.html
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!