Could you provide more information about the "Create your own custom storage classes for this class" checkbox in SLDATACLASSDESIGNER from Real-Time Workshop Embedded Coder 4.0 (R14)?

I would like more information about the "Create your own custom storage classes for this class" checkbox in SLDATACLASSDESIGNER from Real-Time Workshop Embedded Coder 4.0 (R14).

 Accepted Answer

This is part of the newer procedure for defining custom storage classes introduced in Release 14 (R14). Previously, the intended design flow would have been something like:
1) Define CSC externally in TLC
2) Define Data Class in SLDATACLASSDESIGNER
3) Manually initialize RTWInfo in Data Class
Now, the intended design flow for new users is similar to:
1) Define Data Class
2) Select 'Create your own...'
3) Close SLDCD and open CSCDESIGNER
4) Define CSC in CSCDESIGNER
The RTWInfo intialization is then done automatically.

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!