mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'master' into issue437
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).GetBeacon">POSITIONABLE:GetBeacon()</a></td>
|
||||
<td class="summary">
|
||||
<p>Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
|
||||
<p>(R2.1) Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -198,7 +198,7 @@
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).GetRadio">POSITIONABLE:GetRadio()</a></td>
|
||||
<td class="summary">
|
||||
<p>Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
|
||||
<p>(R2.1) Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -246,19 +246,19 @@
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).IsLasing">POSITIONABLE:IsLasing()</a></td>
|
||||
<td class="summary">
|
||||
<p>Check if the POSITIONABLE is lasing a target</p>
|
||||
<p>(R2.1) Check if the POSITIONABLE is lasing a target</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseOff">POSITIONABLE:LaseOff(Target)</a></td>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseOff">POSITIONABLE:LaseOff()</a></td>
|
||||
<td class="summary">
|
||||
<p>Stop Lasing a POSITIONABLE</p>
|
||||
<p>(R2.1) Stop Lasing a POSITIONABLE</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap"><a href="##(POSITIONABLE).LaseUnit">POSITIONABLE:LaseUnit(Target, LaserCode, Duration)</a></td>
|
||||
<td class="summary">
|
||||
<p>Start Lasing a POSITIONABLE</p>
|
||||
<p>(R2.1) Start Lasing a POSITIONABLE</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -415,7 +415,7 @@ The POSITIONABLE is not existing or alive. </p>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
|
||||
<p>(R2.1) Create a <a href="Radio.html##(BEACON)">Radio#BEACON</a>, to allow this POSITIONABLE to broadcast beacon signals</p>
|
||||
|
||||
<h3>Return value</h3>
|
||||
|
||||
@@ -584,7 +584,7 @@ The POSITIONABLE is not existing or alive. </p>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
|
||||
<p>(R2.1) Create a <a href="Radio.html##(RADIO)">Radio#RADIO</a>, to allow radio transmission for this POSITIONABLE.</p>
|
||||
|
||||
|
||||
<p>Set parameters with the methods provided, then use RADIO:Broadcast() to actually broadcast the message</p>
|
||||
@@ -816,7 +816,7 @@ The POSITIONABLE is not existing or alive. </p>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Check if the POSITIONABLE is lasing a target</p>
|
||||
<p>(R2.1) Check if the POSITIONABLE is lasing a target</p>
|
||||
|
||||
<h3>Return value</h3>
|
||||
|
||||
@@ -829,21 +829,13 @@ true if it is lasing a target</p>
|
||||
<dt>
|
||||
|
||||
<a id="#(POSITIONABLE).LaseOff" >
|
||||
<strong>POSITIONABLE:LaseOff(Target)</strong>
|
||||
<strong>POSITIONABLE:LaseOff()</strong>
|
||||
</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Stop Lasing a POSITIONABLE</p>
|
||||
<p>(R2.1) Stop Lasing a POSITIONABLE</p>
|
||||
|
||||
<h3>Parameter</h3>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
<p><code><em><a href="##(POSITIONABLE)">#POSITIONABLE</a> Target </em></code>: </p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Return value</h3>
|
||||
|
||||
<p><em><a href="##(POSITIONABLE)">#POSITIONABLE</a>:</em></p>
|
||||
@@ -860,7 +852,7 @@ true if it is lasing a target</p>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<p>Start Lasing a POSITIONABLE</p>
|
||||
<p>(R2.1) Start Lasing a POSITIONABLE</p>
|
||||
|
||||
<h3>Parameters</h3>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user