フィルターのクリア

Reusable functions (embedded coder) and model reference

2 ビュー (過去 30 日間)
Paolo
Paolo 2014 年 1 月 17 日
コメント済み: Vivek 2024 年 5 月 15 日
I have a model A which contains two other models B and C through the model referencing. All this models use a block defined in a custom library. I have set "Function packaging: Reusable function" for the library block. By this way each model (A, B or C) reuse code for the block. However in the generated C code, for each model I have a different function (with different signature but the same implementation). I would create reusable code for the library block. That is I want only one implementation for the function called by all the models A, B and C. I tried to set function name and File name for the library block but I get an error
"Potential conflicting usages of identifier 'rtZCSV_GainLib': a global identifier from model B, and a global identifier from model C The conflict may be resolved by increasing the maximum identifier length on the Symbols pane of the Configuration Parameters dialog box. Otherwise the conflicting identifiers need to be renamed."
Is it possible generate only one implementation for the library block in a given c files and configure all the models A, B, C in a way that they call the same function? What are the settings I have to use?
Thanks,
Paolo

回答 (2 件)

Yihe Zuo
Yihe Zuo 2014 年 10 月 25 日
I also got the problem, still can't figure out what is wrong. The best solution is to configure function package to be 'Auto'.
  1 件のコメント
Vivek
Vivek 2024 年 5 月 15 日
Did you get the solution for this error? If yes please mention, it would be helpful.

サインインしてコメントする。


Raghav Paul
Raghav Paul 2019 年 10 月 2 日
Check out this feature:
This generates one copy of the subsystem code in slprj/ert/_sharedutils that will be reused across the model reference hierarchy. You can debug why code isn't reused using the method described here:

カテゴリ

Help Center および File ExchangeDeployment, 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