autosar.dictionary.ARClassicPlatformMapping
Manage platform-specific properties for elements in interface dictionary mapped to AUTOSAR Classic Platform
Since R2022b
Description
The autosar.dictionary.ARClassicPlatformMapping
object provides
methods that help you manage the platform-specific properties in an interface dictionary
mapped to the AUTOSAR Classic Platform.
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');
If you already have an interface dictionary mapped to the Classic Platform, you can
represent an autosar.dictionary.ARClassicPlatformMapping
object by using the
getPlatformMapping
function.
platformMapping = dictAPI.getPlatformMapping('AUTOSARClassic');
Object Functions
exportDictionary | Export interface, data type, and platform-specific definitions from interface dictionary |
getPlatformProperties | Get AUTOSAR platform properties from interface dictionary |
getPlatformProperty | Get AUTOSAR platform property from interface dictionary |
setPlatformProperty | Set AUTOSAR properties for data interface or element in interface dictionary |
Examples
Version History
Introduced in R2022b
See Also
Simulink.interface.Dictionary
| Simulink.interface.dictionary.DataInterface
| Simulink.interface.dictionary.DataElement
| addElement
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| autosar.api.getAUTOSARProperties
| getDataType
| getInterface
| getInterfaceNames
| getPlatformMapping