How to get a return as an argument instead of void in the generated code when using a Simulink Function in AUTOSAR Blockset?

6 vues (au cours des 30 derniers jours)
I would like to get the following function prototype according to AUTOSAR Basic-SW(BSW) module Diagnostic Communication Manager(DCM). 
uint8 xxx (uint8 *Data)
In the above data requested by DCM is put, and whether the value is normal is returned in the datatype of uint8.
But I get the following function prototype which returning does not work the way I want it to in the generated code.
void xxx (uint8 *Data, uint8 *Error)​

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 30 Sep 2022
Modifié(e) : MathWorks Support Team le 30 Sep 2022
In AUTOSAR Dictionary, please configure AUTOSAR communication interfaces appropriately by following the steps.
1. In the leftmost pane of the AUTOSAR Dictionary, select C-S Interfaces.
2. Expand repeatedly until you see Arguments and select it.
3. Set Direction value to 'Error' as you want to get the operation argument returns application error status.

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by