| 12345678910111213141516171819 |
- <?xml version="1.1" ?>
- <diagram author="Sam Pieters" name="GlobalTimedOutputTest">
- <description>
- 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.
- </description>
- <outport name="Outport"/>
- <class name="MainApp" default="true">
- <scxml initial="state1">
- <state id="state1">
- <transition after="1" target="../end" />
- </state>
- <state id="end">
- <onentry>
- <raise port="Outport" event="test_event" />
- </onentry>
- </state>
- </scxml>
- </class>
- </diagram>
|