Documentation

setNamespace

Class:RTW.ModelCPPClass
Package:RTW

Set namespace in model-specific C++ class interface

Syntax

setNamespace (obj,nsName)

Description

setNamespace (obj,nsName)sets the namespace 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).
nsName Character vector specifying a namespace 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 namespace 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 namespace for your model class. In theI/O arguments step methodview of this dialog box, click theGet Default Configurationbutton to display the model namespace, which you can examine and modify. In theDefault step methodview, you can examine and modify the model namespace without having to click a button. For more information, seeConfigure Step Method for Your Model Class.