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

3 visualizaciones (últimos 30 días)
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)​

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 30 de Sept. de 2022
Editada: MathWorks Support Team el 30 de Sept. de 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.

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by