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

7 次查看(过去 30 天)
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)​

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2022-9-30
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.

更多回答(0 个)

标签

尚未输入任何标签。

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by