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

56 Ansichten (letzte 30 Tage)
HughS
HughS am 27 Nov. 2019
Kommentiert: HughS am 3 Dez. 2019
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?

Antworten (1)

Navya Seelam
Navya Seelam am 3 Dez. 2019
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 Kommentar
HughS
HughS am 3 Dez. 2019
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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by