Why does the C/C++ function interface of "Simulink Function" and "Function Caller" blocks shows incorrect information when the model is loaded in R2017b or later versions?
Show older comments
The C/C++ function interfaces of Simulink Function and Function Caller blocks are incorrect when a model meeting the following conditions is loaded in R2017b or later:
- The model contains multiple Simulink Functions.
- The C/C++ function interfaces of some of the Simulink Functions were configured in R2016b or R2017a.
- The Simulink Functions that were not explicitly configured may have the tokens in their C/C++ function interface replaced by the corresponding Simulink names. For example, the C/C++ function name "$N" gets replaced with the function name in Simulink (say, "foo")
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!