Why is the model entry function SetEventsForThisBaseStep not in the generated code in Real-Time Workshop Embedded Coder 5.1 (R2008a)?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In the generated code, the model entry function "model_SetEventsForThisBaseStep" is not generated in Real-Time Workshop Embedded Coder 5.1 (R2008a). In R2007b, this function is generated.
Respuesta aceptada
MathWorks Support Team
el 29 de Jun. de 2011
Beginning in Real-Time Workshop Embedded Coder 5.1 (R2008a), ERT no longer generates "model_SetEventsForThisBaseStep" in model.c and model.h, and you should avoid using the function. The model event flags are now maintained by code in a model's generated example main program (ert_main.c). For more information, see Optimizing Task Scheduling for Multirate Multitasking Models on RTOS Targets in the Embedded Coder documentation.
If you want this function to be generated for compatibility reasons, replace the following line in ert.tlc or your custom system target file:
%assign InlineSetEventsForThisBaseRateFcn = TLC_TRUE
with
%assign InlineSetEventsForThisBaseRateFcn = TLC_FALSE
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!