MATLAB 2010b, AUTOSAR, Import of a SWC description, Client-Server-Interface

2 views (last 30 days)
Hello,
I am doing an import of an AUTOSAR SWC description with MATLAB 2010b, which was generated by the AUTOSAR-tool Arctic Studio, more precisly the SWC Builder (<http://www.arccore.com/products/arctic-studio/)>. Therefore I use the following commands with the files you can find in the attachment:
"
importerObject = arxml.importer('Application.arxml');
importerObject.setDependencies({'ArcCore_Services_IoHwAb.arxml','AUTOSAR_StdTypes.arxml','EigenesInterface.arxml'});
importerObject.createComponentAsModel('/packMessenUAnzeigen/appSwcMessenUAnzeigen');
"
The import runs without any warning or error but I am missing a port. It is the one called "pPortCsIntMesUAnzDientInpCheck", which is a pPort of a client-server-interface, defined in the the file "EigenesInterface.arxml".
Could you explain me, why this port is missing in my model? Is it linked to the fact, that it a client-server Interface?
Best regards,
Ferdinand Schäfer.

Answers (0)

Categories

Find more on AUTOSAR Blockset in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!