RTW.getClassInterfaceSpecification

Package: RTW

Get handle to model-specific C++ class interface control object

Syntax

obj = RTW.getClassInterfaceSpecification(modelName)

Description

obj = RTW.getClassInterfaceSpecification(modelName) returns a handle to a model-specific C++ class interface control object.

Input Arguments

modelNameCharacter vector specifying the name of a loaded ERT-based Simulink® model.

Output Arguments

objHandle to the C++ class interface control object associated with the specified model. If the model does not have an associated C++ class interface control object, the function returns [].

Alternatives

The Configure C++ Class Interface button on the Interface pane of the Simulink Configuration Parameters dialog box launches the Configure C++ class interface dialog box, where you can flexibly control the C++ class interfaces that are generated for your model. Once you validate and apply your changes, you can generate code based on your C++ class interface modifications. See Customize C++ Class Interfaces Using Graphical Interfaces.

Introduced in R2014a