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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

产品


版本

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by