1234567891011121314151617 |
- <?xml version="1.0" ?>
- <test>
- <statechart src="statechart_hierarchical.xml">
- <override_semantics
- orthogonal_priority="none"
- same_source_priority="none"
- hierarchical_priority="source_child"/>
- </statechart>
- <input>
- <event name="start" port="in" time="0 d"/>
- </input>
- <output>
- <big_step>
- <event name="source_child" port="out"/>
- </big_step>
- </output>
- </test>
|