RTW.ModelCPPArgsClass

Class: RTW.ModelCPPArgsClass
Package: RTW

Create C++ class interface object for configuring model class with I/O arguments style step method

Syntax

obj = RTW.ModelCPPArgsClass

Description

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

Output Arguments

objHandle to a newly created C++ class interface object for configuring a model class with an I/O arguments style 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.