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

조회 수: 28 (최근 30일)
HughS
HughS 2019년 11월 27일
댓글: HughS 2019년 12월 3일
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