exportDictionary
Export interface, data type, and platform-specific definitions from Architectural Data section of data dictionary
Since R2022b
Syntax
Description
exports the content from a data dictionary mapped to the AUTOSAR Classic Platform to ARXML
files and RTE stub header files. This operation creates a folder in the current folder that
contains the output files.exportedFolder
= exportDictionary(platformMapping
)
in addition to the previous functionality specifies options using one or more name-value
arguments. For example, to delete unreferenced AUTOSAR properties from the data dictionary
and exported files set exportedFolder
= exportDictionary(platformMapping
,Name=Value
)RemoveUnreferencedAUTOSARProperties
to
true
.