Simulink Coder GRT Target C code integration
Mostrar comentarios más antiguos
I'm working on a Simulink model and i'm generating the code of a Sybsystem using the GRT Target of Simulink Coder (Matlab R2012B). Now i'd like to integrate this code into a custom C/C++ application. My question is: using GRT target what is the minimum number of files (and what are their names) i have to bring into my application project?
Opening some header files i see some specific #includes like:
#include "rtw_continuous.h"
#include "rtw_solver.h"
#include "tmwtypes.h"
But i don't find these files in the folder containing the generated code. Since my Simulink model is using a Discrete Fixed-Step solver, i don't understand the reason of these files.
Thanks,
regards
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
