how to model a C datatype in Simulink ?

1 回表示 (過去 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 Center および File ExchangeAUTOSAR Blockset についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by