Custom Storage Class Parameters not shown in A2L
17 次查看(过去 30 天)
显示 更早的评论
Hi all,
i created a custom storage class with the cscdesigner (custom struct definition with a definition of specific memory section).
Now when i try to export an a2l file from the model/code these parameters are not showing up.
I tried to look for similar questions e.g. similarQuestion but at least to my knowledge non of the points described there apply to the storage class i created..
Other Parameters with default storage or inputs/outputs are showing up as they should.
Best Regards
Tobias
0 个评论
回答(1 个)
Ayush
2023-8-21
To make sure that the signals are represented in the generated A2L file, please set the "SupportSILPIL" property to "true" in the CSC definition as outlined in the following documentation page:
Note that you do not have to be using SIL/PIL testing for this to work. The "SupportSILPIL" property has implications on the generated code, and the A2L file depends on the code that is generated.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!