Package: RTW
Get handle to model-specific C++ class interface control object
obj
= RTW.getClassInterfaceSpecification(modelName
)
returns a handle to a model-specific C++ class interface control object.obj
= RTW.getClassInterfaceSpecification(modelName
)
| Character vector specifying the name of a loaded ERT-based Simulink® model. |
obj | Handle 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
[] . |
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.