Clear Filters
Clear Filters

How to import arxml ApplicationDataType with updateAUTOSARProperties

10 views (last 30 days)
open_system('mySWC')
ar = arxml.importer('ExternalElements.arxml');
updateAUTOSARProperties(ar,'mySWC','Category',{'ImplementationDataType'});
after import Interface from arxml, in AutoSar Dictionary,S-R Interface is updated and the dataElement is only one,
then follow the example above , import ApplicationDataType and ImplementationDataType successed,but the S-R Interface still have one data element ,actually,the Interface VehSpdLgt have three elements and it isn't reflected in the model
my question : After importing the arxml data type, the data elements of the Autosar interface are not reflected, how to import the structural data type through arxml?

Answers (0)

Categories

Find more on AUTOSAR Blockset in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!