summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-common/doc/src/trafficlight-state-machine.qdocinc
blob: 14a06197ab69bd0beb51cb946563f790d8265fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
    \section1 Connecting to States

    In the SCXML file, we specify states for each light: red, yellow, and green.
    In the \c <onentry> element, we specify the event to send when entering
    the state and the delay in seconds before sending the event. In the
    \c <transition> element, we specify the event that triggers the transition
    to the state specified by the \c target attribute:

    \quotefromfile trafficlight-common/statemachine.scxml
    \skipto enable-qt-mode
    \printuntil /^ {4}\<\//