mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -1407,6 +1407,8 @@
|
||||
|
||||
<p>It does the same thing but is a bit easier to use and has less overhead. It should be sufficient in many cases.</p>
|
||||
|
||||
<p>It provides an easy interface to the DCS <a href="https://wiki.hoggitworld.com/view/DCS_func_scheduleFunction">timer.scheduleFunction</a>.</p>
|
||||
|
||||
<h1>Construction</h1>
|
||||
|
||||
<p>A new TIMER is created by the <a href="##(TIMER).New">TIMER.New</a>(<em>func</em>, <em>...</em>) function</p>
|
||||
@@ -1474,6 +1476,27 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="w3-theme-d2 w3-margin-top ">
|
||||
<table class="w3-table w3-left-align w3-theme-d2" onclick="myFunction('#Globals##_TIMERID')">
|
||||
<tr>
|
||||
<td class="style="width:40%;"><p><h2>Global <strong>_TIMERID</strong></h2></p></td>
|
||||
<td class="style="width:60%;">
|
||||
<p>Timer ID.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id= "#Globals##_TIMERID" class="w3-container w3-white w3-padding-small">
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="_TIMERID" ><strong>_TIMERID</strong></a>
|
||||
|
||||
<p>Timer ID.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -1577,6 +1600,12 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TIMER).tid">TIMER.tid</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Timer ID returned by the DCS API function.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(TIMER).uid">TIMER.uid</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2199,6 +2228,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TIMER).uid" ><strong>TIMER.uid</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set UID.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -2587,6 +2630,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(TIMER).uid" ><strong>TIMER.uid</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Set UID.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
Reference in New Issue
Block a user