Skip to content

Commit 2649a2b

Browse files
committed
deploy: ac2c8be
1 parent e4109f3 commit 2649a2b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

main/ls-bus-guide/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="Asciidoctor 2.0.23">
7+
<meta name="generator" content="Asciidoctor 2.0.26">
88
<title>FMI LS BUS Implementers' Guide</title>
99
<style>
1010
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
@@ -586,8 +586,8 @@
586586
<div id="header">
587587
<h1>FMI LS BUS Implementers' Guide</h1>
588588
<div class="details">
589-
<span id="revnumber">version main-4e02b37bb5c0d42c57422b32b8128a0d1a8904e5,</span>
590-
<span id="revdate">2025-10-09</span>
589+
<span id="revnumber">version main-ac2c8bef0adc2f119f8243f98db0ae2e1bbf069b,</span>
590+
<span id="revdate">2025-11-04</span>
591591
</div>
592592
<div id="toc" class="toc2">
593593
<div id="toctitle">Contents</div>
@@ -610,7 +610,7 @@ <h1>FMI LS BUS Implementers' Guide</h1>
610610
<li><a href="#_processing_of_bus_operations">4.1.1.7. Processing of Bus Operations</a></li>
611611
</ul>
612612
</li>
613-
<li><a href="#low-cut-can-demos">4.1.2. Demos</a></li>
613+
<li><a href="#low-cut-can-examples">4.1.2. Examples</a></li>
614614
<li><a href="#low-cut-can-sequence-diagrams">4.1.3. Sequence Diagrams</a>
615615
<ul class="sectlevel4">
616616
<li><a href="#low-cut-can-example-transmission">4.1.3.1. Transmission</a></li>
@@ -634,7 +634,7 @@ <h1>FMI LS BUS Implementers' Guide</h1>
634634
<li><a href="#low-cut-flexray-timing">4.2.1.7. Timing</a></li>
635635
</ul>
636636
</li>
637-
<li><a href="#low-cut-flexray-demos">4.2.2. Demos</a></li>
637+
<li><a href="#low-cut-flexray-examples">4.2.2. Examples</a></li>
638638
</ul>
639639
</li>
640640
</ul>
@@ -1219,18 +1219,18 @@ <h5 id="_processing_of_bus_operations">4.1.1.7. Processing of Bus Operations</h5
12191219
</div>
12201220
</div>
12211221
<div class="sect3">
1222-
<h4 id="low-cut-can-demos">4.1.2. Demos</h4>
1222+
<h4 id="low-cut-can-examples">4.1.2. Examples</h4>
12231223
<div class="paragraph">
1224-
<p>The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:</p>
1224+
<p>The following list contains examples, which illustrate both the Bus Simulation as such and Network FMUs of various designs (the code is maintained in the <a href="https://github.com/modelica/fmi-ls-bus-examples" class="bare">https://github.com/modelica/fmi-ls-bus-examples</a> repository):</p>
12251225
</div>
12261226
<div class="ulist">
12271227
<ul>
12281228
<li>
1229-
<p><a href="https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-bus-simulation">CAN Bus Simulation</a>: Represents an exemplary Bus Simulation FMU for CAN.
1229+
<p><a href="https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-bus-simulation">CAN Bus Simulation</a>: Represents an exemplary Bus Simulation FMU for CAN.
12301230
This Bus Simulation can be used in combination with the other Network FMUs listed below.</p>
12311231
</li>
12321232
<li>
1233-
<p><a href="https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-node-triggered-output">CAN Triggered Output</a>: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using <code>triggered</code> output clocks.</p>
1233+
<p><a href="https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-node-triggered-output">CAN Triggered Output</a>: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using <code>triggered</code> output clocks.</p>
12341234
</li>
12351235
</ul>
12361236
</div>
@@ -1809,18 +1809,18 @@ <h5 id="low-cut-flexray-timing">4.2.1.7. Timing</h5>
18091809
</div>
18101810
</div>
18111811
<div class="sect3">
1812-
<h4 id="low-cut-flexray-demos">4.2.2. Demos</h4>
1812+
<h4 id="low-cut-flexray-examples">4.2.2. Examples</h4>
18131813
<div class="paragraph">
1814-
<p>The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:</p>
1814+
<p>The following list contains examples, which illustrate both the Bus Simulation as such and Network FMUs of various designs (the code is maintained in the <a href="https://github.com/modelica/fmi-ls-bus-examples" class="bare">https://github.com/modelica/fmi-ls-bus-examples</a> repository):</p>
18151815
</div>
18161816
<div class="ulist">
18171817
<ul>
18181818
<li>
1819-
<p><a href="https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-bus-simulation">FlexRay Bus Simulation</a>: Represents an exemplary Bus Simulation FMU for FlexRay.
1819+
<p><a href="https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-bus-simulation">FlexRay Bus Simulation</a>: Represents an exemplary Bus Simulation FMU for FlexRay.
18201820
This Bus Simulation can be used in combination with the other Network FMUs listed below.</p>
18211821
</li>
18221822
<li>
1823-
<p><a href="https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-node">FlexRay Countdown Clocks</a>: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using <code>countdown</code> clocks.</p>
1823+
<p><a href="https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-node">FlexRay Countdown Clocks</a>: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using <code>countdown</code> clocks.</p>
18241824
</li>
18251825
</ul>
18261826
</div>
@@ -1874,6 +1874,6 @@ <h2 id="_references">References</h2>
18741874
})
18751875
})
18761876
</script>
1877-
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
1877+
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_CHTML"></script>
18781878
</body>
18791879
</html>

0 commit comments

Comments
 (0)