getComponentNames
Get AUTOSAR software component names from ARXML files
Description
returns the names of AUTOSAR software components found in the XML files associated
with names
= getComponentNames(ar
)arxml.importer
object ar
. By default, the function
returns the names of atomic software components, including application,
sensor/actuator, complex device driver, ECU abstraction, and service proxy software
components.
uses the names
= getComponentNames(ar
,compKind
)compKind
argument to specify the type of software
component to return. You can narrow the search to a specific type of atomic software
component, such as 'Application'
or
'SensorActuator'
, or specify a nonatomic component, such as
'Composition'
or 'Parameter'
.
Examples
Input Arguments
Output Argument
Version History
Introduced in R2008a