RTW.ModelCPPDefaultClass

Class: RTW.ModelCPPDefaultClass
Package: RTW

Create C++ class interface object for configuring model class with default model step method

Syntax

obj = RTW.ModelCPPDefaultClass

Description

obj = RTW.ModelCPPDefaultClass returns a handle, obj, to a newly created object of class RTW.ModelCPPDefaultClass.

Output Arguments

objHandle to a newly created C++ class interface object for configuring a model class with a default model step method. The object has not yet been configured or attached to an ERT-based Simulink® model.

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. See Customize C++ Class Interfaces Using Graphical Interfaces.