Documentation

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

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

Output Arguments

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[].

Alternatives

TheConfigure C++ Class Interfacebutton on theInterfacepane 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. SeeCustomize C++ Class Interfaces Using Graphical Interfaces.

Introduced in R2014a