Main Content
Parallelism
Manage concurrent processes
Model concurrent operating modes by using parallel states. Configure the order of execution for parallel states. Broadcast local events from one state to another to synchronize your states.
Topics
- Define Exclusive and Parallel Modes by Using State Decomposition
Create states that execute separately or simultaneously.
- Execution Order for Parallel States
Set the order of execution for parallel (AND) states.
- Broadcast Local Events to Synchronize Parallel States
Communicate between parallel (AND) states by making directed event broadcasts.
- How Stateflow Objects Interact During Execution
Combine graphical and nongraphical objects to simulate reactive systems.