model_terminate
Generated C/C++ entry-point function that contains termination code for a Simulink model
Description
is a generated C or C++ entry-point function called one time to execute termination code for
a Simulink® model.void
model_terminate(void
)
The generated calling interface of the termination entry-point function for a model differs depending on the Language and Code interface packaging parameters. For more information, see Code interface packaging. With Embedded Coder®, you can choose whether to generate a termination function for a model by using the Terminate function required parameter. If your application runs indefinitely, clear this parameter. For more information, see Terminate function required.
To preview and customize the name of a generated C terminate entry-point function an Embedded Coder license is required. To preview the terminate entry-point function, open the Code Mappings editor and click the Functions tab. To customize the function name, in the Function Name column click and edit the spreadsheet directly. To customize the function using a template, in the Function Customization Template column select a template to apply to the function. For more information, see Configure Names for Individual C Entry-Point Functions, and Configure Default Code Generation for Functions.
To view the generated terminate entry-point function, open the Code view or Code Generation Report and examine the source code for your model. For more information see, Analyze Generated Data Code Interface Report.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a