[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Paolo Mantegazza <mantegazza@aero.polimi.it>] (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: Non-member submissionfrom [Paolo Mantegazza <mantegazza@aero.polimi.it>] (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Mon, 25 Jun 2001 17:05:08 +0200 (CEST)
>From owner-rtl Mon Jun 25 08:47:33 2001
Received: from server.aero.polimi.it (server.aero.polimi.it [131.175.154.199])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f5PElPe05233
for <rtl@fsmlabs.com>; Mon, 25 Jun 2001 08:47:32 -0600
Received: from aero.polimi.it (mante@pc-mante.aero.polimi.it [131.175.154.67])
by server.aero.polimi.it (8.11.0/8.11.0) with ESMTP id f5PEf2Y17735;
Mon, 25 Jun 2001 16:41:02 +0200 (MEST)
Sender: mante@aero.polimi.it
Message-ID: <3B36EEF8.2065B088@aero.polimi.it>
Date: Mon, 25 Jun 2001 09:57:44 +0200
From: Paolo Mantegazza <mantegazza@aero.polimi.it>
Organization: Dipartimento di Ingegneria Aerospaziale, Politecnico di Milano
X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.4.0-test1 i686)
MIME-Version: 1.0
To: rtl@fsmlabs.com, adrianm@vtools.es
Subject: Re: [rtl] [Fwd: RTAI & FIFO Handlers]
References: <3B3702DD.F8E98BC9@vtools.es>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Adrian Matellanes wrote:
>
> Is there in RTAI a similar function to rtf_create_rt_handler?
>
> In other words, can I install a handler to let me know when another
> rttask has written/read to/from a rtfifo?
>
The question is not clear. You hint at another rttask, does it mean that
you are using fifos among kernel space tasks?
If so do no use fifos anymore for kernel space applications in RTAI, but
mailboxes, typed mailboxes, POSIX pqueues, inter task messages. They are
simpler and more flexible in use.
In RTAI fifos are kept only for compatibility reasons and to allow a
generic communication with interrupt handlers.
Note that in RTAI you do not need fifos even if you want to communicate
to user space. In fact LXRT allows you to use all RTAI services
simmetrically inter-intra kernel and user space processes.
Ciao, Paolo..
----- End of forwarded message from owner-rtl@fsmlabs.com -----