Real-Time Workshop® Embedded Coder 5.1
Product Description
- Introduction and Key Features
- Working with Real-Time Workshop Embedded Coder
- Defining and Managing Custom Data
- Executing Code in a Real-Time Production Environment
- Optimizing and Packaging Code
- Verifying and Documenting Your Code
Executing Code in a Real-Time Production Environment
Real-Time Workshop Embedded Coder provides a complete, optimized framework for incorporating generated code into your real-time execution environment. The generated code is target-independent and can be executed with or without an RTOS and in single, multitasking, or asynchronous mode.
Generating a Main Program
An extensible main program is generated based on information you provide for deploying the code in your real-time environment. This program lets you generate and build a complete customized executable from your model.
Grouping Rates
Real-Time Workshop Embedded Coder generates single-rate or multirate code using periodic sample times specified in the model. For multirate, multitasking models, it employs a strategy called rate grouping that generates separate functions for the base rate task and for each sub-rate task in the model.
Store