| Contents | Index |
Construct RTW.AutosarInterface object
autosarInterfaceObject =
RTW.AutosarInterface()
autosarInterfaceObject =
RTW.AutosarInterface(model_handle)
autosarInterfaceObject =
RTW.AutosarInterface(object_name, model_handle)
autosarInterfaceObject = RTW.AutosarInterface() creates an RTW.AutosarInterface object without specifying a model, and returns a handle to this object.
autosarInterfaceObject = RTW.AutosarInterface(model_handle) creates an RTW.AutosarInterface object with a model specified, and returns a handle to this object. The software sets the name of the RTW.AutosarInterface object to 'AutosarInterface'.
autosarInterfaceObject = RTW.AutosarInterface(object_name, model_handle) creates an RTW.AutosarInterface object with a model specified, and returns a handle to this object. The software sets the name of the RTW.AutosarInterface object to object_name.
| model_handle | Handle to Simulink model |
| object_name | Name of RTW.AutosarInterface object |
| autosarInterfaceObject | Handle to newly created RTW.AutosarInterface object. |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |