[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Wed, 1 Aug 2001 10:09:35 +0200 (CEST)
>From owner-rtl Tue Jul 31 05:36:14 2001
Received: from janeway.comnets.rwth-aachen.de (janeway.comnets.rwth-aachen.de [137.226.4.228])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f6VBaD731205
for <rtl@fsmlabs.com>; Tue, 31 Jul 2001 05:36:13 -0600
Received: from comnets.rwth-aachen.de (calvin [137.226.4.71])
by janeway.comnets.rwth-aachen.de (8.10.2+Sun/8.10.2) with ESMTP id f6VBa3o10919
for <rtl@fsmlabs.com>; Tue, 31 Jul 2001 13:36:03 +0200 (MET DST)
Message-ID: <3B66985E.6010103@comnets.rwth-aachen.de>
Date: Tue, 31 Jul 2001 13:37:02 +0200
From: Alexandre de Moura Vidal <dmv@comnets.rwth-aachen.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20010131 Netscape6/6.01
X-Accept-Language: en
MIME-Version: 1.0
To: rtl@fsmlabs.com
Subject: Re: [rtl] RTL example "Frank" (Zappa)
References: <ED794F4AC45EF14DB56E54B24BA275C30832FE@BRADEXCH1.dmd.local>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
I have found the same. When using a RT-FIFO I discovered that is
impossible (rtl 3.0 in 2.4.1 Linux Kernel) to implement a handler to a
FIFO and inside the handler's code ask for access to the same FIFO.
Maybe Mr. Victor Yodaiken had implemented two FIFO in order to
"emulates" only one.
The code implements a handler to a FIFO and inside the code he acess
another one, intead of doing all this actions at once.
Alex
Minich, Raymond C wrote:
> Can somebody point me in the right direction regarding why the example
> "frank" creates/opens/initializes five (5) fifos
> but the documentation only refers to 3 of them being used by the
> application?
>
> init_module does a.........
>
> rtf_destroy(1);
> thru
> rtf_destroy(5);
>
> then a......
>
> c[0] = rtf_create(1,4000);
> c[1] = rtf_create(2,4000);
>
> then a
> c[2] = rtf_create(3,200);
> c[3] = rtf_create(4,100);
> c[4] = rtf_create(5,100);
>
>
> What are FIFO's 1 & 2 for?? What is their purpose?
>
> Thanks for any advise you have for me in this matter
>
> Regards,
>
> Ray Minich
> Dresser Inc..
>
> ----- End of forwarded message from owner-rtl@fsmlabs.com -----
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/
>
>
>
----- End of forwarded message from owner-rtl@fsmlabs.com -----