Main Content

Callable Function Integration

Integrate callable entry-point functions generated from Simulink functions with platform scheduling software

An Embedded Coder® deployment option is to generate source code modules that are intended for integration with a platform-specific function scheduler and other platform middleware. To integrate the code, account for data considerations such as:

  • Importing parameter data that has conditionally compiled dimensions.

  • Exchanging structured or enumerated data between generated and external code.

  • Replacing or renaming data types to conform to coding standards.

Another option is to generate shared libraries that you can integrate into an external code base.

Topics

Source Code

Shared Libraries

Data Considerations

C++ Support