How to namespace the C++ code from simulink embedded coder
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ian Colwell
el 21 de Nov. de 2022
Comentada: Ian Colwell
el 12 de Dic. de 2022
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 comentarios
Respuesta aceptada
Mark McBroom
el 9 de Dic. de 2022
https://www.mathworks.com/help/ecoder/ug/interactively-configure-cpp-interface.html
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!