autosar.dictionary.ARClassicPlatformMapping
Manage platform-specific properties for elements in data 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 a data dictionary mapped to
the AUTOSAR Classic Platform.
Creation
To create an autosar.dictionary.ARClassicPlatformMapping
object, use the
addPlatformMapping
function.
archDataObj = Simulink.dictionary.archdata.open("MyInterfaces.sldd"); platformMapping = addPlatformMapping(archDataObj,"AUTOSARClassic");
If you already have a data dictionary mapped to the Classic Platform, you can represent an
autosar.dictionary.ARClassicPlatformMapping
object by using the
getPlatformMapping
function.
platformMapping = getPlatformMapping(archDataObj,"AUTOSARClassic");
Object Functions
exportDictionary | Export interface, data type, and platform-specific definitions from Architectural Data section of data dictionary |
getPlatformProperties | Get AUTOSAR platform properties from data dictionary |
getPlatformProperty | Get AUTOSAR platform property from data dictionary |
setPlatformProperty | Set AUTOSAR properties for data interface or element in data dictionary |
Examples
Version History
Introduced in R2022b
See Also
Simulink.dictionary.ArchitecturalData
| Simulink.dictionary.archdata.DataInterface
| Simulink.dictionary.archdata.DataElement
| addElement
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| autosar.api.getAUTOSARProperties
| getDataType
| getInterface
| getInterfaceNames
| getPlatformMapping