Create Simulink representation of AUTOSAR ARXML software composition
createCompositionAsModel(
creates a Simulink® model corresponding to AUTOSAR software composition
ar
,CompositionName
)CompositionName
. The composition description is part of
AUTOSAR information previously imported from AUTOSAR XML files, which is represented
by arxml.importer
object ar
.The importer creates an
initial Simulink representation of the imported AUTOSAR
composition.
The initial representation provides a starting point for further AUTOSAR
configuration and Model-Based Design. For more information, see AUTOSAR ARXML Importer.
[
specifies additional options for Simulink model creation with one or more mdl
, sts
] = createCompositionAsModel(ar
,CompositionName
,Name,Value
)Name,Value
pair
arguments.
If you enter the arxml.importer
object function call without a
terminating semicolon (;), the importer lists the AUTOSAR content of the specified XML
file or files. The information includes paths to software components in the AUTOSAR
package structure, which you can specify in calls to
createCompositionAsModel
and
createComponentAsModel
.