Does Embedded Coder support instance-specific parameters for top model when generating C++ code?

25 visualizaciones (últimos 30 días)
I am generating code using the C++ class interface (CodeInterfacePackaging="C++ Class") and I want my parameters to be instance-specific (ie each object can have it's own values). The parameters  are showing up in the model class, but they have the "static" keyword and therefore are shared between all objects of the class. How can I make my parameters instance-specific?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 26 de Jul. de 2023
Editada: MathWorks Support Team el 26 de Jul. de 2023
Support for instance-specific parameters was added in R2021a (see this release note ). You can make them instance-specific by:
1)  Putting the parameter in the Model Workspace and marking it as Argument. This is referred to as a "Model Argument", and is explained here: https://www.mathworks.com/help/simulink/ug/parameterize-referenced-models.html#f4-141806
2) In Code Mappings, set the "Data Visibility" for "Model parameter arguments" to "private":
  1 comentario
Elizabeth Reese
Elizabeth Reese el 20 de Jul. de 2020
As of MATLAB R2020a and MATLAB 2020b Prerelease, this functionality is still unavailable. The development team is actively investigating the feature, so please continue to check back for updates as new releases are published.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by