Using Embedded Coder, how can I customize the typedefs generated in rtwtypes.h?

71 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2020-5-22
The 'rtwtypes.h' header file generated by Embedded Coder defines the mapping between Simulink data types and primitive C/C++ data types. Embedded Coder makes such decisions based on the word length of target hardware code generation to make sure generated code leads to the same result as in simulation. This file should not be manually edited for customization.
Although you should not manually customize this file, you can still customize your typedefs. In some cases customization is needed so that generated code aligns with coding standards. In this case, use data type replacement.
Data type replacement allows you to import customized data type aliases defined in your own header files and use them to define Simulink data types in generated code. If a Simulink data type is defined with an alias, then its definition in 'rtwtypes.h' is not used. Instead, the compiler goes to the custom header file for the definition.
For more information about data type replacement, please see the following reference:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by