フィルターのクリア

Ability to choose simulink coder structure names in generated .h files for R2013B

1 回表示 (過去 30 日間)
Keane Gonzalez
Keane Gonzalez 2019 年 11 月 6 日
I am running R2013B to turn a .mdl file into C code. As part of our conversion, we rely upon pulling information from the generated headers, using comments and struct naming (legacy code and we're stuck on R2013B). For example, our generated header normally has the following naming, for our model XYZ:
/* Parameters (auto storage) */
struct XYZ_Parameters_ {
...
After making a model change, the text is slightly different:
/* Parameters (auto storage) */
struct XYZ_P_ {
...
Is there some place within the config settings that determines how long the name should be or somehow limits the length of these? I've gone through the C generation/diagnostic settings and nothing stood out to me. I've made a lot of SIMULINK changes to the .mdl, but I don't recall altering anything that I think would have changed this. Any ideas?
Thanks,
K

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

製品


リリース

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by