Event documentation

This commit is contained in:
FlightControl
2017-02-07 13:46:52 +01:00
parent 1441d035d7
commit 20f8a98cf0
10 changed files with 1246 additions and 936 deletions

View File

@@ -571,6 +571,12 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
<td class="name" nowrap="nowrap"><a href="##(FSM)._EndStates">FSM._EndStates</a></td>
<td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(FSM)._EventSchedules">FSM._EventSchedules</a></td>
<td class="summary">
</td>
</tr>
<tr>
@@ -604,7 +610,7 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(FSM)._call_handler">FSM:_call_handler(handler, params)</a></td>
<td class="name" nowrap="nowrap"><a href="##(FSM)._call_handler">FSM:_call_handler(handler, params, EventName)</a></td>
<td class="summary">
</td>
@@ -728,7 +734,7 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(FSM_CONTROLLABLE)._call_handler">FSM_CONTROLLABLE:_call_handler(handler, params)</a></td>
<td class="name" nowrap="nowrap"><a href="##(FSM_CONTROLLABLE)._call_handler">FSM_CONTROLLABLE:_call_handler(handler, params, EventName)</a></td>
<td class="summary">
</td>
@@ -856,7 +862,7 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(FSM_SET)._call_handler">FSM_SET:_call_handler(handler, params)</a></td>
<td class="name" nowrap="nowrap"><a href="##(FSM_SET)._call_handler">FSM_SET:_call_handler(handler, params, EventName)</a></td>
<td class="summary">
</td>
@@ -884,7 +890,7 @@ YYYY-MM-DD: CLASS:<strong>NewFunction( Params )</strong> added</p>
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(FSM_TASK)._call_handler">FSM_TASK:_call_handler(handler, params)</a></td>
<td class="name" nowrap="nowrap"><a href="##(FSM_TASK)._call_handler">FSM_TASK:_call_handler(handler, params, EventName)</a></td>
<td class="summary">
</td>
@@ -1452,6 +1458,20 @@ A string defining the start state.</p>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(FSM)._EventSchedules" >
<strong>FSM._EventSchedules</strong>
</a>
</dt>
<dd>
</dd>
</dl>
<dl class="function">
@@ -1540,7 +1560,7 @@ A string defining the start state.</p>
<dt>
<a id="#(FSM)._call_handler" >
<strong>FSM:_call_handler(handler, params)</strong>
<strong>FSM:_call_handler(handler, params, EventName)</strong>
</a>
</dt>
<dd>
@@ -1558,6 +1578,11 @@ A string defining the start state.</p>
<p><code><em> params </em></code>: </p>
</li>
<li>
<p><code><em> EventName </em></code>: </p>
</li>
</ul>
</dd>
@@ -1967,7 +1992,7 @@ Finite State Machine Table</p>
<dt>
<a id="#(FSM_CONTROLLABLE)._call_handler" >
<strong>FSM_CONTROLLABLE:_call_handler(handler, params)</strong>
<strong>FSM_CONTROLLABLE:_call_handler(handler, params, EventName)</strong>
</a>
</dt>
<dd>
@@ -1985,6 +2010,11 @@ Finite State Machine Table</p>
<p><code><em> params </em></code>: </p>
</li>
<li>
<p><code><em> EventName </em></code>: </p>
</li>
</ul>
</dd>
@@ -2436,7 +2466,7 @@ FSMSet (optional) The Set object that the FSM_SET governs.</p>
<dt>
<a id="#(FSM_SET)._call_handler" >
<strong>FSM_SET:_call_handler(handler, params)</strong>
<strong>FSM_SET:_call_handler(handler, params, EventName)</strong>
</a>
</dt>
<dd>
@@ -2454,6 +2484,11 @@ FSMSet (optional) The Set object that the FSM_SET governs.</p>
<p><code><em> params </em></code>: </p>
</li>
<li>
<p><code><em> EventName </em></code>: </p>
</li>
</ul>
</dd>
@@ -2532,7 +2567,7 @@ FSMSet (optional) The Set object that the FSM_SET governs.</p>
<dt>
<a id="#(FSM_TASK)._call_handler" >
<strong>FSM_TASK:_call_handler(handler, params)</strong>
<strong>FSM_TASK:_call_handler(handler, params, EventName)</strong>
</a>
</dt>
<dd>
@@ -2550,6 +2585,11 @@ FSMSet (optional) The Set object that the FSM_SET governs.</p>
<p><code><em> params </em></code>: </p>
</li>
<li>
<p><code><em> EventName </em></code>: </p>
</li>
</ul>
</dd>