모델에서 Send/Receiver RTE 포트의 리턴 값을 어떻게 사용 할 수 있나요

조회 수: 6 (최근 30일)
준열 박
준열 박 2024년 1월 25일
답변: Ashutosh Thakur 2024년 6월 19일
Receiver (ExplicitRecevie) RTE 포트는 input으로 만 표현이 되고 포트의 리턴값을 사용하지 못 합니다.
리턴 값을 사용 할 수 있는 방법이 있나요?
RTE 정의
생성된 Code
Model Advisor MISRA C:2012 점검 시 아래와 같은 Warnig 발생

답변 (1개)

Ashutosh Thakur
Ashutosh Thakur 2024년 6월 19일
Hi Junyeol,
Based on the warning message, I have observed that the Model Advisor check for a missing error port is failing. To resolve this issue, you might need to add the required error port to the model. The following links can be referred for the implementation:
In AUTOSAR, the Runtime Environment (RTE) acts as the middleware between the application software components (SWCs) and the basic software (BSW) layer. It facilitates communication, data exchange, and interaction among software components and between software components and the BSW. For more information, the following documentation link can be referred: https://www.mathworks.com/help/autosar/ug/what-is-autosar.html?searchHighlight=RTE&s_tid=srchtitle_support_results_32_RTE.
I hope this helps you.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by