test_explicit_ortho.xml 422 B

12345678910111213141516171819
  1. <test>
  2. <statechart src="statechart_ortho.xml">
  3. <override_semantics
  4. hierarchical_priority="none"
  5. same_source_priority="none"
  6. orthogonal_priority="explicit"/>
  7. </statechart>
  8. <input>
  9. <event port="in" name="start" time="0 d"/>
  10. </input>
  11. <output>
  12. <big_step>
  13. <event port="out" name="t1" time="0 d"/>
  14. <event port="out" name="t2" time="0 d"/>
  15. </big_step>
  16. </output>
  17. </test>