Code replacement library
Code replacement library for generated code
Description
App Configuration Pane: Custom Code
Configuration Objects: coder.CodeConfig
| coder.EmbeddedCodeConfig
Code replacement library for generated code.
Dependencies
Compatible libraries depend on these parameters:
TargetLang
TargetLangStandard
ProdHWDeviceType
in the hardware implementation configuration object.
Embedded Coder® offers more libraries and the ability to create and use custom code replacement libraries.
MATLAB®
Coder™ generates the minimal set of #include
statements for
header files required by the selected code replacement library.
Before setting this parameter, verify that your compiler supports the library that you want to use. If you select a parameter value that your compiler does not support, compiler errors can occur.
Note
MATLAB Coder software does not support TLC callbacks.
Settings
None
This value is the default value.
Does not use a code replacement library.
- Named code replacement library
Generates calls to a specific platform, compiler, or standards code replacement library. The list of named libraries depends on:
Installed support packages.
System target file, language, language standard, and device vendor configuration.
Whether you created and registered code replacement libraries, using the Embedded Coder product.
Programmatic Use
Property:
CodeReplacementLibrary |
Values: character vector |
Default: |
Version History
Introduced in R2012a