1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-29 02:25:23 +02:00

Deploying to gh-pages from @ DCC-EX/CommandStation-EX@dccb7abac7 🚀

This commit is contained in:
habazut 2025-06-26 14:37:03 +00:00
parent 5932089455
commit 79d8fbfd36
4 changed files with 19 additions and 3 deletions

View File

@ -412,10 +412,10 @@
</li>
<li><a href="index.html#c.ONCLOCKMINS">ONCLOCKMINS (C macro)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#c.ONCLOCKTIME">ONCLOCKTIME (C macro)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#c.ONCLOSE">ONCLOSE (C macro)</a>
</li>
<li><a href="index.html#c.ONDEACTIVATE">ONDEACTIVATE (C macro)</a>
@ -427,6 +427,10 @@
<li><a href="index.html#c.ONLCC">ONLCC (C macro)</a>
</li>
<li><a href="index.html#c.ONOVERLOAD">ONOVERLOAD (C macro)</a>
</li>
<li><a href="index.html#c.ONRAILSYNCOFF">ONRAILSYNCOFF (C macro)</a>
</li>
<li><a href="index.html#c.ONRAILSYNCON">ONRAILSYNCON (C macro)</a>
</li>
<li><a href="index.html#c.ONRED">ONRED (C macro)</a>
</li>

View File

@ -1409,6 +1409,18 @@
</dl>
</dd></dl>
<dl class="cpp macro">
<dt class="sig sig-object cpp" id="c.ONRAILSYNCON">
<span class="target" id="EXRAIL2MacroReset_8h_1a818a4276df87822d293f13adacfa8840"></span><span class="sig-name descname"><span class="n"><span class="pre">ONRAILSYNCON</span></span></span><a class="headerlink" href="#c.ONRAILSYNCON" title="Link to this definition"></a><br /></dt>
<dd><p>Start task here when the railsync (booster) input port get a valid DCC signal. </p>
</dd></dl>
<dl class="cpp macro">
<dt class="sig sig-object cpp" id="c.ONRAILSYNCOFF">
<span class="target" id="EXRAIL2MacroReset_8h_1ac8df95e821740d99e214ed81591d7586"></span><span class="sig-name descname"><span class="n"><span class="pre">ONRAILSYNCOFF</span></span></span><a class="headerlink" href="#c.ONRAILSYNCOFF" title="Link to this definition"></a><br /></dt>
<dd><p>Start task here when the railsync (booster) input port does not get a valid DCC signal any more. </p>
</dd></dl>
<dl class="cpp macro">
<dt class="sig sig-object cpp" id="c.ONDEACTIVATE">
<span class="target" id="EXRAIL2MacroReset_8h_1a81b021dce212912ba85ed4cdc63e084f"></span><span class="sig-name descname"><span class="n"><span class="pre">ONDEACTIVATE</span></span></span><span class="sig-paren">(</span><span class="n"><span class="pre">addr</span></span>, <span class="n"><span class="pre">subaddr</span></span><span class="sig-paren">)</span><a class="headerlink" href="#c.ONDEACTIVATE" title="Link to this definition"></a><br /></dt>

Binary file not shown.

File diff suppressed because one or more lines are too long