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:
@@ -2024,7 +2024,7 @@ atis:Start()
|
||||
<pre><code> atis=ATIS:New("Batumi", 305, radio.modulation.AM)
|
||||
atis:SetSRS("D:\\DCS\\_SRS\\", "female", "de_DE")
|
||||
atis:SetLocale("de") -- available locales from source are "en", "de" and "es"
|
||||
atis:Start()
|
||||
atis:Start()
|
||||
</code></pre>
|
||||
|
||||
<h2>FARPS</h2>
|
||||
@@ -2407,6 +2407,12 @@ atis:Start()
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).SetSRSProvider">ATIS:SetSRSProvider(Provider)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set an alternative provider to the one set in your MSRS configuration file.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).SetSoundfilesInfo">ATIS:SetSoundfilesInfo(csvfile)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Set the path to the csv file that contains information about the used sound files.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3812,18 +3818,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.RunwayM2T).PersianGulf">ATIS.RunwayM2T.PersianGulf</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>+2° (East).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.RunwayM2T).SinaiMao">ATIS.RunwayM2T.SinaiMao</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>+5° (East).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.RunwayM2T).SinaiMap">ATIS.RunwayM2T.SinaiMap</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
<p>+5° (East).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -3855,6 +3855,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.Sound).ActiveRunway">ATIS.Sound.ActiveRunway</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.Sound).ActiveRunwayArrival">ATIS.Sound.ActiveRunwayArrival</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS.Sound).ActiveRunwayDeparture">ATIS.Sound.ActiveRunwayDeparture</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -7045,6 +7057,53 @@ Note that the dew point is only an artificial information as DCS does not have a
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(ATIS).SetSoundfilesInfo" ><strong>ATIS:SetSoundfilesInfo(csvfile)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Set the path to the csv file that contains information about the used sound files.</p>
|
||||
|
||||
|
||||
<p>The parameter file has to be located on your local disk (<strong>not</strong> inside the miz file).</p>
|
||||
|
||||
<div id= "#Functions##SetSoundfilesInfo" 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>ATIS</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>
|
||||
#string
|
||||
<strong><strong>csvfile</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Full path to the csv file on your local disk.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="##(ATIS)">#ATIS</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>self</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -14592,17 +14651,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#number
|
||||
<a id="#(ATIS.RunwayM2T).SinaiMao" ><strong>ATIS.RunwayM2T.SinaiMao</strong></a>
|
||||
|
||||
<p>+5° (East).</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
@@ -14610,7 +14658,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
#number
|
||||
<a id="#(ATIS.RunwayM2T).SinaiMap" ><strong>ATIS.RunwayM2T.SinaiMap</strong></a>
|
||||
|
||||
|
||||
<p>+5° (East).</p>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -14660,6 +14708,28 @@ When moose is loading dynamically (for moose class development), tracing is swit
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(ATIS.Sound).ActiveRunwayArrival" ><strong>ATIS.Sound.ActiveRunwayArrival</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#table
|
||||
<a id="#(ATIS.Sound).ActiveRunwayDeparture" ><strong>ATIS.Sound.ActiveRunwayDeparture</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user