Documentation

setStepMethodName

Class:RTW.ModelCPPClass
Package:RTW

Set step method name in model-specific C++ class interface

Syntax

setStepMethodName(obj,fcnName)

Description

setStepMethodName(obj,fcnName)sets the step method name in the specified model-specific C++ class interface.

Input Arguments

obj Handle to a model-specific C++ class interface control object, such as a handle previously returned byobj=RTW.ModelCPPArgsClass,obj=RTW.ModelCPPDefaultClass, orobj=RTW.getClassInterfaceSpecification(modelName).
fcnName Character vector specifying a new name for the step method described by the specified model-specific C++ class interface. The argument must be a valid C/C++ identifier.

Alternatives

To set the step method name in the Simulink®Configuration Parameters graphical user interface, go to theInterfacepane and click theConfigure C++ Class Interfacebutton. This button launches the Configure C++ class interface dialog box, where you can display and configure the step method for your model class. In theI/O arguments step methodview of this dialog box, click theGet Default Configurationbutton to display the step method name, which you can examine and modify. In theDefault step methodview, you can examine and modify the step method name without having to click a button. For more information, seeConfigure Step Method for Your Model Class.