Does Embedded Coder support instance-specific parameters for top model when generating C++ code?
Show older comments
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?
Accepted Answer
More Answers (0)
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!