autosar.dictionary.ARClassicPlatformMapping
Manage AUTOSARClassic platform attributes for dictionary elements such as interfaces
Description
The autosar.dictionary.ARClassicPlatformMapping
object provides
methods that help you manage the platform properties.
Creation
To create an autosar.dictionary.ARClassicPlatformMapping
object, use the
addPlatformMapping
function.
% after creating a Simulink.interface.dictionary object, dictAPI, % you can create a platformMapping object platformMapping = dictAPI.addPlatformMapping('AUTOSARClassic');
Object Functions
exportDictionary | Export an interface dictionary in AUTOSAR Classic platform mapping |
getPlatformProperties | Get AUTOSAR Classic platform properties for interface dictionary |
getPlatformProperty | Get an AUTOSAR Classic platform property for interface dictionary |
setPlatformProperty | Set a platform property for Simulink Interface Dictionary in AUTOSAR Classic platform mapping |
Examples
Version History
Introduced in R2022b
See Also
Simulink.interface.Dictionary
| autosar.dictionary.ARClassicPlatformMapping
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| close
| getDataType
| getDataTypeNames
| getInterface
| getInterfaceNames
| getPlatformMapping
| importFromBaseWorkspace
| importFromFile
| isDirty
| removeDataType
| removeInterface
| save
| show
| showChanges
| Simulink.interface.dictionary.create
| Simulink.interface.dictionary.open