MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2021-04-07 18:57:44 +00:00
parent 0cb3717fbf
commit 278c98349b
22 changed files with 897 additions and 555 deletions

View File

@@ -1739,7 +1739,7 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).New">MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).New">MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs, AIOnOff)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p> Function to instantiate a new object of class MANTIS</p>
</td>
@@ -1838,6 +1838,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).SetSAMStartState">MANTIS:SetSAMStartState()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(Internal) Function to set the SAM start state</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).SetUsingAIOnOff">MANTIS:SetUsingAIOnOff(switch)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set using AI on/off instead of changing alarm state</p>
</td>
</tr>
<tr class="w3-border">
@@ -1886,6 +1892,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).Stop">MANTIS:Stop()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Function to stop MANTIS</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MANTIS).UseAIOnOff">MANTIS.UseAIOnOff</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Decide if we are using AI on/off (true) or AlarmState red/green (default)</p>
</td>
</tr>
<tr class="w3-border">
@@ -2601,6 +2613,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>The #DETECTION_AREAS object for AWACS</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
</div>
</div>
@@ -2801,6 +2824,17 @@ 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">
#boolean
<a id="#(MANTIS).UseAIOnOff" ><strong>MANTIS.UseAIOnOff</strong></a>
<p>Decide if we are using AI on/off (true) or AlarmState red/green (default)</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -3182,7 +3216,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS).New" ><strong>MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs)</strong></a></h2>
<h2><a id="#(MANTIS).New" ><strong>MANTIS:New(name, samprefix, ewrprefix, hq, coaltion, dynamic, awacs, AIOnOff)</strong></a></h2>
</div>
<p> Function to instantiate a new object of class MANTIS</p>
@@ -3283,6 +3317,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Group name of your Awacs (optional)</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>AIOnOff</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Make MANTIS switch AI on and off instead of changing the alarm state between RED and GREEN (optional)</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -3774,6 +3821,39 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MANTIS).SetUsingAIOnOff" ><strong>MANTIS:SetUsingAIOnOff(switch)</strong></a></h2>
</div>
<p>Set using AI on/off instead of changing alarm state</p>
<div id= "#Functions##SetUsingAIOnOff" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>MANTIS</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>switch</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Decide if we are changing alarm state or AI state</p>
</div>
</div>
</div>
</div>
</div>
@@ -4126,6 +4206,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
<p>The #DETECTION_AREAS object for AWACS</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(MANTIS).AWACS_Prefix" ><strong>MANTIS.AWACS_Prefix</strong></a>
</div>
</div>
@@ -4326,6 +4417,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`</code></pre>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#boolean
<a id="#(MANTIS).UseAIOnOff" ><strong>MANTIS.UseAIOnOff</strong></a>
<p>Decide if we are using AI on/off (true) or AlarmState red/green (default)</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">