<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://alvis.kis.agh.edu.pl/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://alvis.kis.agh.edu.pl/wiki/feed.php">
        <title>FM wiki alvis:cases</title>
        <description></description>
        <link>https://alvis.kis.agh.edu.pl/wiki/</link>
        <image rdf:resource="https://alvis.kis.agh.edu.pl/wiki/lib/tpl/scanlines/images/favicon.ico" />
       <dc:date>2026-05-03T01:57:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://alvis.kis.agh.edu.pl/wiki/alvis:cases:ats?rev=1632387097&amp;do=diff"/>
                <rdf:li rdf:resource="https://alvis.kis.agh.edu.pl/wiki/alvis:cases:sbr?rev=1632387097&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://alvis.kis.agh.edu.pl/wiki/lib/tpl/scanlines/images/favicon.ico">
        <title>FM wiki</title>
        <link>https://alvis.kis.agh.edu.pl/wiki/</link>
        <url>https://alvis.kis.agh.edu.pl/wiki/lib/tpl/scanlines/images/favicon.ico</url>
    </image>
    <item rdf:about="https://alvis.kis.agh.edu.pl/wiki/alvis:cases:ats?rev=1632387097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-23T08:51:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>alvis:cases:ats</title>
        <link>https://alvis.kis.agh.edu.pl/wiki/alvis:cases:ats?rev=1632387097&amp;do=diff</link>
        <description>Automatic Train Stop system - version 1

Automatic Train Stop system (ATS system) is a kind of an Automatic Train Protection system used to guarantee a train safety even if the driver is not  capable of controlling the train. ATS system turns on a light signal every 60 seconds to check whether the driver controls the train. If the driver fails to acknowledge the signal within 6 seconds, a sound signal is turned on. Then, if the driver does not disactivate the signals within 3 seconds, using the …</description>
    </item>
    <item rdf:about="https://alvis.kis.agh.edu.pl/wiki/alvis:cases:sbr?rev=1632387097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-23T08:51:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>alvis:cases:sbr</title>
        <link>https://alvis.kis.agh.edu.pl/wiki/alvis:cases:sbr?rev=1632387097&amp;do=diff</link>
        <description>Sender-Buffer-Receiver system

Communication diagram



Code layer


agent S {
  i :: Int = 1;
  loop {
    i = 1;
    out push i;
  }}  

agent R {
  i :: Int = 0;
  loop {
    in pop i;
    i = 0;
  }}

agent B {
  i :: Int = 0;
  proc (i /= 0) pop { out pop i; i = 0; }
  proc (i == 0) push { in push i; }}</description>
    </item>
</rdf:RDF>
