Skip to content

Commit

Permalink
Readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jan 17, 2025
1 parent 2efd9e1 commit 080de05
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/C/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
* [Train Door](src/train-door/README.md): Train door controller from a verification paper.
* [Low Code](src/low-code/LowCode.lf): Using ChatGPT to generate reaction bodies.
* [Watchdog](src/watchdog/README.md): Federated illustration of watchdogs.
* [Zero-delay Cycles](src/zero-delay-cycles/README.md): Federated patterns with zero-delay cycles.
18 changes: 18 additions & 0 deletions examples/C/src/zero-delay-cycles/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Zero-delay Cycles

These examples show usage patterns for zero-delay cycles in Lingua Franca.

<table>
<tr>
<td> <img src="img/Consistency.png" alt="Consistency" width="400">
<td> <a href="Consistency.lf">Consistency.lf</a>: Symmetric control system with two controllers that need to take actions on a physical plant based on consistent information.</td>
</tr>
<tr>
<td> <img src="img/Feedback.png" alt="Feedback" width="400">
<td> <a href="Feedback.lf">Feedback.lf</a>: Feedback controller coupled with supervisory controller.</td>
</tr>
<tr>
<td> <img src="img/ZeroDelayCycle.png" alt="ZeroDelayCycle" width="400">
<td> <a href="ZeroDelayCycle.lf">ZeroDelayCycle.lf</a>: Trivial test case.</td>
</tr>
</table>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/C/src/zero-delay-cycles/img/Feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 080de05

Please sign in to comment.