Main Content

Code Interface Configuration

Configure code interfaces to align with platform interface requirements

To integrate generated code with external code, or comply with code standards and guidelines, configure the interface of generated code. The output and deployment type of a model specifies the role of the model within a larger system and configures the generated code to run on a specific platform.

Configure the declarations and definitions of functions, variables, and data types in the generated code by mapping model data elements to code definitions. To generate C++ code that integrates into existing software architecture, configure generated class information such as class names and namespaces.

Categories