sccd.xml 477 B

12345678910111213141516
  1. <?xml version="1.1" ?>
  2. <diagram author="Sam Pieters" name="GlobalOutputTest">
  3. <description>
  4. Check if the model raises an output.
  5. </description>
  6. <outport name="Outport"/>
  7. <class name="MainApp" default="true">
  8. <scxml initial="state1">
  9. <state id="state1">
  10. <onentry>
  11. <raise port="Outport" event="output_event" />
  12. </onentry>
  13. </state>
  14. </scxml>
  15. </class>
  16. </diagram>