Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-03-27 16:44:06 +00:00
parent 27b45ebbb7
commit a0977f2be1
24 changed files with 725 additions and 621 deletions
+29 -8
View File
@@ -3304,7 +3304,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRSQUEUE).NewTransmission">MSRSQUEUE:NewTransmission(text, duration, msrs, tstart, interval, subgroups, subtitle, subduration, frequency, modulation, gender, culture, voice, volume, label, coordinate, speed, speaker)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRSQUEUE).NewTransmission">MSRSQUEUE:NewTransmission(text, duration, msrs, tstart, interval, subgroups, subtitle, subduration, frequency, modulation, gender, culture, voice, volume, label, coordinate, speed, speaker, priority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Create a new transmission and add it to the radio queue.</p>
</td>
@@ -3336,7 +3336,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRSQUEUE)._CheckRadioQueue">MSRSQUEUE:_CheckRadioQueue(delay)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Check radio queue for transmissions to be broadcasted.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4078,6 +4078,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="##(MSRSQUEUE.Transmission).msrs">MSRSQUEUE.Transmission.msrs</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>MOOSE SRS object.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(MSRSQUEUE.Transmission).priority">MSRSQUEUE.Transmission.priority</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -13272,7 +13278,7 @@ This can be used to submit multiple TTS messages and the class takes care that t
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(MSRSQUEUE).NewTransmission" ><strong>MSRSQUEUE:NewTransmission(text, duration, msrs, tstart, interval, subgroups, subtitle, subduration, frequency, modulation, gender, culture, voice, volume, label, coordinate, speed, speaker)</strong></a></h2>
<h2><a id="#(MSRSQUEUE).NewTransmission" ><strong>MSRSQUEUE:NewTransmission(text, duration, msrs, tstart, interval, subgroups, subtitle, subduration, frequency, modulation, gender, culture, voice, volume, label, coordinate, speed, speaker, priority)</strong></a></h2>
</div>
<p>Create a new transmission and add it to the radio queue.</p>
@@ -13516,6 +13522,19 @@ This can be used to submit multiple TTS messages and the class takes care that t
<p>(Optional) PIPER voice can have various speakers, set this here if you use PIPER/HOUND with a fitting voice.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>priority</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Priority of this transmission. Can be [1..100], default is 50. Higher is taken up earlier from the queue.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
@@ -13584,7 +13603,12 @@ This can be used to submit multiple TTS messages and the class takes care that t
<h2><a id="#(MSRSQUEUE)._CheckRadioQueue" ><strong>MSRSQUEUE:_CheckRadioQueue(delay)</strong></a></h2>
</div>
<p>Check radio queue for transmissions to be broadcasted.</p>
<p> Check radio queue for transmissions to be broadcasted.
@param #MSRSQUEUE self
@param #number delay Delay in seconds before checking.</p>
<div id= "#Functions##_CheckRadioQueue" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -13596,14 +13620,11 @@ This can be used to submit multiple TTS messages and the class takes care that t
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>delay</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Delay in seconds before checking.</p>
<p></p>
</div>
</div>
</div>