Call C Code Using C Caller Block
Call simple external C code into Simulink® by importing C functions
Use the C Caller block to integrate your C code into Simulink models. The C Caller block resolves source C code and extracts the functions to utilize in your Simulink models. C Caller block only supports models with no dynamic states and variables. To include dynamic states and variables in your model, see Implement C/C++ S-Functions.
Generating code using the C Caller block eliminates the need for writing Target Language Compiler (TLC) files.
Blocs
C Caller | Integrate C code in Simulink |
Objets
FunctionPortSpecification | Query and configure C Caller block properties |
Paramètres du modèle
Rubriques
- Integrate C Code Using C Caller Blocks
Integrate C Code in Simulink models using C Caller block.
- Debug Custom C/C++ Code
Debug custom C/C++ code from within Simulink.