mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
FSM Documentation
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
-- * A **State** defines a moment in the process.
|
-- * A **State** defines a moment in the process.
|
||||||
-- * An **Event** describes an action, that can be triggered both internally as externally in the FSM. An Event can be triggered Embedded or Delayed over time.
|
-- * An **Event** describes an action, that can be triggered both internally as externally in the FSM. An Event can be triggered Embedded or Delayed over time.
|
||||||
--
|
--
|
||||||
-- 
|
-- 
|
||||||
--
|
--
|
||||||
-- An FSM transitions in **4 moments** when an Event is being handled.
|
-- An FSM transitions in **4 moments** when an Event is being handled.
|
||||||
-- Each moment can be catched by handling methods defined by the mission designer,
|
-- Each moment can be catched by handling methods defined by the mission designer,
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ It is a fantastic development, this module.</p>
|
|||||||
<li>An <strong>Event</strong> describes an action, that can be triggered both internally as externally in the FSM. An Event can be triggered Embedded or Delayed over time.</li>
|
<li>An <strong>Event</strong> describes an action, that can be triggered both internally as externally in the FSM. An Event can be triggered Embedded or Delayed over time.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><img src=".\Presentations\FSM\Dia1.jpg" alt="Test Image"/></p>
|
<p><img src="Presentations\FSM\Dia1.jpg" alt="Test Image"/></p>
|
||||||
|
|
||||||
<p>An FSM transitions in <strong>4 moments</strong> when an Event is being handled. <br/>
|
<p>An FSM transitions in <strong>4 moments</strong> when an Event is being handled. <br/>
|
||||||
Each moment can be catched by handling methods defined by the mission designer, <br/>
|
Each moment can be catched by handling methods defined by the mission designer, <br/>
|
||||||
|
|||||||
@@ -2489,7 +2489,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<p> Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.</p>
|
<p> When the first Spawn executes, all the Groups need to be made visible before start.</p>
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
Reference in New Issue
Block a user