uRTEDemo_03_Nucleo-F446RE_SystemStates_10_Model

System-States

System-states define which runnable are executed for a certain state. This way, dataflow and system behaviour can be switched centrally.

Diagrams

User Diagrams

PlantUML

Properties

Description
In this system we only have tow states, blinking LED and UART transmit.
configuration
The System-State which is first active when the RTE starts.
Start System-State
Blink
contained System-States

System-States (2)

Contained states.

State isStart Runnables Tasks

In this state, an LED will blink.

true

A state that is entered if the user has pressed the button. Here, periodic UART messages are sent.

false