How to namespace the C++ code from simulink embedded coder
7 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Mark McBroom
on 9 Dec 2022
https://www.mathworks.com/help/ecoder/ug/interactively-configure-cpp-interface.html
More Answers (0)
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!