RTW.getFunctionSpecification - Package: RTW
Get handle to model-specific C prototype function control
object
Syntax
obj = RTW.getFunctionSpecification(modelName)
Description
obj = RTW.getFunctionSpecification(modelName) returns
a handle to the model-specific C function prototype control object.
Inputs
| modelName | String specifying the name of a loaded ERT-based Simulink model. |
Outputs
| obj | Handle to the model-specific C prototype function control object
associated with the specified model. If the model does not have any
associated function control object, the function returns []. |
Alternatives
The Configure Model Functions button
on the Interface pane of the Simulink Configuration
Parameters dialog box launches the Model Interface dialog box, which
provides you flexible control over the C function prototypes that
are generated for your model. Once you validate and apply your changes,
you can generate code based on your C function prototype modifications.
See Configuring Model Function Prototypes in the Real-Time Workshop Embedded Coder documentation.
See Also
 | RTW.getEncapsulationInterfaceSpecification | | RTW.ModelCPPArgsClass class |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit