how to model a C datatype in Simulink ?

조회 수: 2 (최근 30일)
timo
timo 2019년 9월 1일
Lets asume i have the C datatype
Name:
typedef struct Can_PduType
{
PduIdType swPduHandle;
uint8 length
Can_IdType id
uint8*sdu
}
Is there a way to model Can_PduType in Simulink using matlab types/functions , classes ... etc ?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by