User`s guide
10 Embedded IDE Link™ CC Configuration Parameters
Inline run-time library functions
Marks run-time library functions generated by the Signal Processing Toolbox
and Video and Image Processing Blockset™ block algorithms. These functions
as marked with the
inline keyword.
Settings
Default: On
On
Adds the keyword
inline to each instance of an algorithm generated
from blocks in the Sig nal Proce ssing Blockset software and Video and
Image Processing Blockset software.
Off
Does not mark the algorithms w ith the keyword.
Tips
The following list shows cases where inlining run-time library functions may
not be appropriate:
• Few or no numerical parameters in the f unction
• One a lgorithm that is already fixed in capability, such as it has no optional
modes or alternate algorithms
• Function supports only one data type
• Significantorlargecodesizeinthe
mdlOutputs() function
• Your models use multiple instances of this library function
Command-Line Information
Param ete r: InlineDSPBlks
Type: string
Value:
'on' | 'off'
Default: on
10-14