mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1613,8 +1613,8 @@
|
||||
<tr>
|
||||
<td class="style="width:40%;"><p><h2>Global <strong>DETECTION_ZONES</strong></h2></p></td>
|
||||
<td class="style="width:60%;">
|
||||
<p> (old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
<p>(old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1625,31 +1625,31 @@
|
||||
<a href="##(DETECTION_ZONES)">#DETECTION_ZONES</a>
|
||||
<a id="DETECTION_ZONES" ><strong>DETECTION_ZONES</strong></a>
|
||||
|
||||
<p> (old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
<p>(old, to be revised ) Detect units within the battle zone for a list of <a href="Core.Zone.html">Core.Zone</a>s detecting targets following (a) detection method(s),
|
||||
and will build a list (table) of <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a>s containing the <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>s detected.</p>
|
||||
|
||||
|
||||
<p> The class is group the detected units within zones given a DetectedZoneRange parameter.
|
||||
A set with multiple detected zones will be created as there are groups of units detected.</p>
|
||||
<p>The class is group the detected units within zones given a DetectedZoneRange parameter.
|
||||
A set with multiple detected zones will be created as there are groups of units detected.</p>
|
||||
|
||||
<p> ## 4.1) Retrieve the Detected Unit Sets and Detected Zones</p>
|
||||
<h2>4.1) Retrieve the Detected Unit Sets and Detected Zones</h2>
|
||||
|
||||
<p> The methods to manage the DetectedItems[].Set(s) are implemented in <a href="Functional.Detection.html##(DECTECTION_BASE)">Functional.Detection#DECTECTION_BASE</a> and
|
||||
the methods to manage the DetectedItems[].Zone(s) is implemented in <a href="Functional.Detection.html##(DETECTION_ZONES)">Functional.Detection#DETECTION_ZONES</a>.</p>
|
||||
<p>The methods to manage the DetectedItems[].Set(s) are implemented in <a href="Functional.Detection.html##(DECTECTION_BASE)">Functional.Detection#DECTECTION_BASE</a> and
|
||||
the methods to manage the DetectedItems[].Zone(s) is implemented in <a href="Functional.Detection.html##(DETECTION_ZONES)">Functional.Detection#DETECTION_ZONES</a>.</p>
|
||||
|
||||
<p> Retrieve the DetectedItems[].Set with the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectedSet">Functional.Detection#DETECTION_BASE.GetDetectedSet</a>(). A <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a> object will be returned.</p>
|
||||
<p>Retrieve the DetectedItems[].Set with the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectedSet">Functional.Detection#DETECTION_BASE.GetDetectedSet</a>(). A <a href="Core.Set.html##(SET_UNIT)">Core.Set#SET_UNIT</a> object will be returned.</p>
|
||||
|
||||
<p> Retrieve the formed <a href="Zone.html">Zone</a>s as a result of the grouping the detected units within the DetectionZoneRange, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZones">Functional.Detection#DETECTION_BASE.GetDetectionZones</a>().
|
||||
To understand the amount of zones created, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZoneCount">Functional.Detection#DETECTION_BASE.GetDetectionZoneCount</a>().
|
||||
If you want to obtain a specific zone from the DetectedZones, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZone">Functional.Detection#DETECTION_BASE.GetDetectionZone</a>() with a given index.</p>
|
||||
<p>Retrieve the formed <a href="Core.Zone.html##(ZONE_UNIT)">Core.Zone#ZONE_UNIT</a>s as a result of the grouping the detected units within the DetectionZoneRange, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZones">Functional.Detection#DETECTION_BASE.GetDetectionZones</a>().
|
||||
To understand the amount of zones created, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZoneCount">Functional.Detection#DETECTION_BASE.GetDetectionZoneCount</a>().
|
||||
If you want to obtain a specific zone from the DetectedZones, use the method <a href="Functional.Detection.html##(DETECTION_BASE).GetDetectionZone">Functional.Detection#DETECTION_BASE.GetDetectionZone</a>() with a given index.</p>
|
||||
|
||||
<p> ## 4.4) Flare or Smoke detected units</p>
|
||||
<h2>4.4) Flare or Smoke detected units</h2>
|
||||
|
||||
<p> Use the methods <a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedUnits">Functional.Detection#DETECTION_ZONES.FlareDetectedUnits</a>() or <a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedUnits">Functional.Detection#DETECTION_ZONES.SmokeDetectedUnits</a>() to flare or smoke the detected units when a new detection has taken place.</p>
|
||||
<p>Use the methods <a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedUnits">Functional.Detection#DETECTION_ZONES.FlareDetectedUnits</a>() or <a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedUnits">Functional.Detection#DETECTION_ZONES.SmokeDetectedUnits</a>() to flare or smoke the detected units when a new detection has taken place.</p>
|
||||
|
||||
<p> ## 4.5) Flare or Smoke or Bound detected zones</p>
|
||||
<h2>4.5) Flare or Smoke or Bound detected zones</h2>
|
||||
|
||||
<p> Use the methods:</p>
|
||||
<p>Use the methods:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="Functional.Detection.html##(DETECTION_ZONES).FlareDetectedZones">Functional.Detection#DETECTION_ZONES.FlareDetectedZones</a>() to flare in a color </li>
|
||||
@@ -1657,8 +1657,8 @@
|
||||
<li><a href="Functional.Detection.html##(DETECTION_ZONES).SmokeDetectedZones">Functional.Detection#DETECTION_ZONES.SmokeDetectedZones</a>() to bound with a tire with a white flag</li>
|
||||
</ul>
|
||||
|
||||
<p> the detected zones when a new detection has taken place.
|
||||
</p>
|
||||
<p>the detected zones when a new detection has taken place.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user