Related pages:
| # | Simplified (SXF) | Standard C++ Execution Framework (OXF) |
|---|---|---|
| 1 | Static architecture | Dynamic allocation |
| 2 | MISRA C++ 2008 compliance with modeling checks | Not validated for MISRA |
| 3 | No animation, tracing | Animation, tracing |
| 4 | Only Real Time mode | Real Time, Simulated Time modes |
| 5 | No containers (can be added) | Containers |
| 6 | Static memory manager (only BasedNumberOfInstances) | Static memory manager |
| 7 | Flat state charts | Flat, reusable state charts |
| 8 | No multicore | Multicore |
| 9 | No interfaces | Interface-based |
| 9 | No ports | Ports |
| 9 | Windriver Workbench 653 Adapter or Microsoft Visual Studio 2008 or 2010 (for host) support | Multiple operating systems support |
int aArray[10], aIndex; aIndex = 5; aArray[aIndex] = aIndex++;