Class: RTW.ModelCPPClass
Package: RTW
Get default configuration information for model-specific C++ class interface from Simulink model
getDefaultConf(
obj
)
getDefaultConf(
initializes
the specified model-specific C++ class interface to a default configuration,
based on information from the ERT-based Simulink® model to which
the interface is attached. On the first invocation, class and step
method names and step method properties are set to default values.
On subsequent invocations, only step method properties are reset to
default values.obj
)
Before calling this function, you must call attachToModel
,
to attach the C++ class interface to a loaded model.
| Handle to a model-specific C++ class interface control object,
such as a handle previously returned by or . |
To view C++ class interface default configuration information
in the Simulink Configuration Parameters graphical user interface,
go to the Interface pane and click the Configure
C++ Class Interface button. This button launches the Configure
C++ class interface dialog box, where you can display and configure
the step method for your model class. In the I/O arguments
step method
view of this dialog box, click the Get
Default Configuration button to display default configuration
information. In the Default step method
view, you
can see the default configuration information without clicking a button.
For more information, see Configure Step Method for Your Model Class.