How do I change the names of functions generated by embedded coder?

28 次查看(过去 30 天)
My Simulink model includes a number of n-D Lookup Table blocks. To implement these, Embedded Coder generates a function named look1_iflf_binlxpw(). Unfortunately, this name conflicts with that used by some legacy code with which I am integrating my new model. Is there some way of configuring Simulink code generation to create a different name?

回答(1 个)

Navya Seelam
Navya Seelam 2019-12-3
Hi,
Function Customization can be done using using Embedded Coder Dictionary. Refer to this link to specify a rule that governs the names of generated entry-point functions.
  1 个评论
HughS
HughS 2019-12-3
Hi Navya,
Thanks for your reply. Unfortunately, it didn't lead me to a resolution to my problem. Further reaserch led me to this help page:
Configure Subsystem Function Interface
  1. In the Simulink® Editor, select the subsystem that you want to configure.
  2. In the Property Inspector, expand Code Generation.
  3. Set Function packaging to Nonresuable function, or Reusable function.
  4. Configure the function name. Set Function name options to Use subsystem name or User specified. If you select User specified, specify a value for the Function name property.
  5. If you set Function packaging to Nonresuable function, configure the function interface. Set Function interface to void-void or Allow arguments.
  6. Save the model.
However, there is no Code Generation tab in the Property inspector for the Lookup_nD block as shown below. It seems as if this particular block generates code whose coding conventions aren't configurable by the user.
Simulink.png

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by