Main Content

Application Interfaces

Set up application interfaces for interacting with target environment software

Applications are units of code, which the code generator produces from top models. Deploy applications for use in target execution environments. For the code generator to produce code that can interact with target environment services, you must make the code generator aware of interface requirements by using a combination of:

  • Model elements in your top model

  • Code mappings that associate the model elements with interfaces defined in the code interface configuration

Generated application code interacts with target environment services through these generated code interfaces:

  • Entry-point functions that target software, such as a scheduler, can call

  • Function calls to target software

Topics