Simulink 2022b "Replace data types in generated code" does not change code generation for ert_shrlib

조회 수: 2 (최근 30일)
The generated header file always contains real_T, regardless of this setting, found in the "Data Type Replacement" tab. I have tried C99 and C89/90.
I need to be using doubles. Seems like a bug?
Thanks!
  댓글 수: 3
Craig
Craig 2025년 9월 12일
편집: Craig 2025년 9월 12일
I would like no replacement to occur. In other words, double is replaced by double!

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2025년 9월 12일
You need to set up the replacement name.
You can choose to specify new data type names for some or all Simulink® built-in data types listed in the table. Specify the replacement name as one of the following:
  • A Simulink.AliasType object.
  • A Simulink.NumericType object.
  • The Simulink Name built-in data type name.
An error occurs, if:
  • A replacement data type specification is inconsistent with the Simulink Name data type.
  • The Simulink.AliasType object has the Data scope parameter set to Exported.

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by