Skip to content

Commit ac2c8be

Browse files
committed
Remove demos code, which is now split out to its own repo
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 4e02b37 commit ac2c8be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8
-9305
lines changed

ls-bus-guide/4____network_abstraction.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ fmi3Status fmi3UpdateDiscreteStates(...)
303303
* `FMI3_LS_BUS_BUFFER_INFO_RESET` allows to reset the `fmi3LsBusUtilBufferInfo` instance after processing
304304
====
305305

306-
==== Demos [[low-cut-can-demos]]
307-
The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:
306+
==== Examples [[low-cut-can-examples]]
307+
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 https://github.com/modelica/fmi-ls-bus-examples repository):
308308

309-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-bus-simulation[CAN Bus Simulation]: Represents an exemplary Bus Simulation FMU for CAN.
309+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-bus-simulation[CAN Bus Simulation]: Represents an exemplary Bus Simulation FMU for CAN.
310310
This Bus Simulation can be used in combination with the other Network FMUs listed below.
311311

312-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/can-node-triggered-output[CAN Triggered Output]: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using `triggered` output clocks.
312+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/can-node-triggered-output[CAN Triggered Output]: This demo Network FMU demonstrates sending and receiving multiple CAN Transmit operations using `triggered` output clocks.
313313

314314
==== Sequence Diagrams [[low-cut-can-sequence-diagrams]]
315315
This section contains sample sequences to clarify the facts in the CAN, CAN FD, CAN XL part.
@@ -656,10 +656,10 @@ Using it, the currently pending cycle and macro tick can be calculated based on
656656

657657
#ToDo: Add a sample for countdown clocks within this chapter#
658658

659-
==== Demos [[low-cut-flexray-demos]]
660-
The following list contains demos, which illustrate both the Bus Simulation as such and Network FMUs of various designs:
659+
==== Examples [[low-cut-flexray-examples]]
660+
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 https://github.com/modelica/fmi-ls-bus-examples repository):
661661

662-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-bus-simulation[FlexRay Bus Simulation]: Represents an exemplary Bus Simulation FMU for FlexRay.
662+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-bus-simulation[FlexRay Bus Simulation]: Represents an exemplary Bus Simulation FMU for FlexRay.
663663
This Bus Simulation can be used in combination with the other Network FMUs listed below.
664664

665-
* https://github.com/modelica/fmi-ls-bus-guides/tree/main/ls-bus-guide/demos/flexray-node[FlexRay Countdown Clocks]: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using `countdown` clocks.
665+
* https://github.com/modelica/fmi-ls-bus-examples/tree/main/flexray-node[FlexRay Countdown Clocks]: This demo Network FMU demonstrates startup, sending and receiving multiple Transmit operations using `countdown` clocks.

ls-bus-guide/demos/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ls-bus-guide/demos/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/PackFmu.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/description/buildDescription.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/description/fmi-ls-manifest.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/description/modelDescription.xml

Lines changed: 0 additions & 101 deletions
This file was deleted.

ls-bus-guide/demos/can-bus-simulation/description/terminalsAndIcons.xml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)