Include external header files in generated souce file (.c file) and not in generated header file (R2014a)
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Carl-Jakob Ulmer
le 9 Sep 2015
Réponse apportée : Jeevan Thomas
le 11 Sep 2015
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?
0 commentaires
Réponse acceptée
Jeevan Thomas
le 11 Sep 2015
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Simulink Coder dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!