MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-06-13 13:50:47 +00:00
parent d8794379ee
commit 71edda35f1
27 changed files with 532 additions and 744 deletions

View File

@@ -2446,19 +2446,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>There are two types of BEACONs available : the (aircraft) TACAN Beacon and the general purpose Radio Beacon.
Note that in both case, you can set an optional parameter : the <code>BeaconDuration</code>. This can be very usefull to simulate the battery time if your BEACON is
Note that in both case, you can set an optional parameter : the <code>BeaconDuration</code>. This can be very useful to simulate the battery time if your BEACON is
attach to a cargo crate, for exemple. </p>
<h2>Aircraft TACAN Beacon usage</h2>
<p>This beacon only works with airborne <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>. Use <a href="##(BEACON)">#BEACON</a>() to set the beacon parameters and start the beacon.
Use @#BEACON:StopRadioBeacon}() to stop it.</p>
<p>This beacon only works with airborne <a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a> or a <a href="Wrapper.Group.html##(GROUP)">Wrapper.Group#GROUP</a>. Use <a href="##(BEACON).ActivateTACAN">BEACON.ActivateTACAN</a>() to set the beacon parameters and start the beacon.
Use <a href="##(BEACON).StopRadioBeacon">BEACON.StopRadioBeacon</a>() to stop it.</p>
<h2>General Purpose Radio Beacon usage</h2>
<p>This beacon will work with any <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>, but **it won't follow the <a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a>** ! This means that you should only use it with
<a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a> that don't move, or move very slowly. Use <a href="##(BEACON)">#BEACON</a>() to set the beacon parameters and start the beacon.
Use <a href="##(BEACON)">#BEACON</a>() to stop it.</p>
<a href="Wrapper.Positionable.html##(POSITIONABLE)">Wrapper.Positionable#POSITIONABLE</a> that don't move, or move very slowly. Use <a href="##(BEACON).RadioBeacon">BEACON.RadioBeacon</a>() to set the beacon parameters and start the beacon.
Use <a href="##(BEACON).StopRadioBeacon">BEACON.StopRadioBeacon</a>() to stop it.</p>
<div class="fields w3-container w3-theme-l2">