How to automatically interface mapping between AUTOSAR Component and model I/O ports in MATLAB R2018b?

2 vues (au cours des 30 derniers jours)
I'm generating an AUTOSAR component. My model has many I/O ports and I have to manually create an interface and map every I/O port to AUTOSAR component.
Is there an automatic way?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 18 Jan 2024
Modifié(e) : MathWorks Support Team le 29 Fév 2024
You can do that programmatically by writing a script to get every inport and outport in the Simulink model and mapping it to the AUTOSAR component.
For more information on related functions, execute the following command in the command window of MATLAB R2018b get the release specific documentation:
web(fullfile(docroot, 'ecoder/autosar-programmatic-interfaces.html'))
Please follow the below link to search for the required information regarding the current release:

Plus de réponses (0)

Catégories

En savoir plus sur AUTOSAR Blockset dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by