Custom Storage Class Parameters not shown in A2L
14 ビュー (過去 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!