Include external header files in generated souce file (.c file) and not in generated header file (R2014a)

5 次查看(过去 30 天)
I use the data dictionary for defining signals and signals types which are imported via an external header file and are not generated from simulink.
The embedded coder is placing the #include of these external header files in the generated header file. However I want the #includes in the generated .c source file. Is this possible?

采纳的回答

Jeevan Thomas
Jeevan Thomas 2015-9-11
EmbeddedCoder has a fixed programmed pattern of generating code through various system and block TLC files. All the imported Simulink data symbols, imported Stateflow machine data etc by default are placed in to model_private.h It can't be changed.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by