Effacer les filtres
Effacer les filtres

Simulink Embedded Coder: Export init/entry/step function into a seprate file

1 vue (au cours des 30 derniers jours)
Song Decn
Song Decn le 4 Nov 2017
As the title say, does anyone knows how to generate a seprate declaration for the init/entry/step function into a seprate user-defined header file?
Normally they are located in MODEL_NAME.h.
/* Model entry point functions */
extern void MODEL_initialize(void);
extern void MODEL_terminate(void);
/* Customized model step function */
extern void MODEL_update(void);
Thanks

Réponses (0)

Catégories

En savoir plus sur 建模 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!