getPlatformMapping
In R2023b the Architectural Data section of data dictionaries was introduced. When managing interfaces, data types, constants, and software address methods consider using the Simulink.dictionary.ArchitecturalData
programmatic interfaces instead. For more information, see Programmatically Manage AUTOSAR Architectural Data.
Description
returns the mapping object for the specified platform in the dictionary. This allows
configuration of platform-specific properties in the dictionary.platformMapping
= getPlatformMapping(dictObj
,platformName
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022bSee Also
Simulink.interface.Dictionary
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| close
| getDataType
| getDataTypeNames
| getInterface
| getInterfaceNames
| importFromBaseWorkspace
| importFromFile
| isDirty
| removeDataType
| removeInterface
| save
| show
| showChanges
| Simulink.interface.dictionary.create
| Simulink.interface.dictionary.open