sccd.xml 685 B

12345678910111213141516171819
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="GlobalTimedOutputTest">
  3. <description>
  4. Check if the model outputs one event on the right time (sends it different than 2.4). The event is raised on the entry of a new state.
  5. </description>
  6. <outport name="Outport"/>
  7. <class name="MainApp" default="true">
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <transition after="1" target="../end" />
  11. </state>
  12. <state id="end">
  13. <onentry>
  14. <raise port="Outport" event="test_event" />
  15. </onentry>
  16. </state>
  17. </scxml>
  18. </class>
  19. </diagram>