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

조회 수: 9 (최근 30일)
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?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 7월 26일
편집: MathWorks Support Team 2023년 7월 26일
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
Elizabeth Reese
Elizabeth Reese 2020년 7월 20일
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.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by