Documentation

setClassName

Class:RTW.ModelCPPClass
Package:RTW

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

Syntax

setClassName(obj,clsName)

Description

setClassName(obj,clsName)sets the class 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).
clsName Character vector specifying a new name for the class described by the specified model-specific C++ class interface. The argument must be a valid C/C++ identifier.

Alternatives

To set the model class 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 model class name, which you can examine and modify. In theDefault step methodview, you can examine and modify the model class name without having to click a button. For more information, seeConfigure Step Method for Your Model Class.