How to generate code with enum in Embedded Coder (autosar.tlc)

Adding an enum definition in Data Dictionary the result of code generation with System target file set to autosar.tlc in Rte_Type.h is
typedef sint32 wizards;
#ifndef GANDALF
#define GANDALF (0)
#endif
#ifndef MERLINO
#define MERLINO (1)
#endif
#ifndef GESU
#define GESU (2)
#endif
is there a way to generate typedef enum insted?
typedef enum {
..
} wizards

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAUTOSAR Blockset についてさらに検索

質問済み:

2020 年 9 月 23 日

コメント済み:

2020 年 12 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by