sccd.xml 559 B

1234567891011121314151617
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="GlobalTimedOutputTest">
  3. <description>
  4. Check if the model raises a timed output.
  5. </description>
  6. <outport name="Outport"/>
  7. <class name="MainApp" default="true">
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <transition after="0.57" target="../state2">
  11. <raise port="Outport" event="output_event" />
  12. </transition>
  13. </state>
  14. <state id="state2" />
  15. </scxml>
  16. </class>
  17. </diagram>