From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 22 Dec 2005 10:57:59 -0500 From: Kent Borg Subject: Re: [Xenomai-help] Shared Memory, check. Fifos... Message-ID: <20051222105758.Z16178@domain.hid> References: <20051221151012.W16178@domain.hid> <43AA5FBE.2070501@domain.hid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AA5FBE.2070501@domain.hid>; from rpm@xenomai.org on Thu, Dec 22, 2005 at 09:11:42AM +0100 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: xenomai@xenomai.org On Thu, Dec 22, 2005 at 09:11:42AM +0100, Philippe Gerum wrote: > RT-side: rt_pipe_create(&pipe,"this_pipe",0) > opens the RT side, and creates /proc/xenomai/registry/pipes/this_pipe > use rt_pipe_write()/rt_pipe_read() to exchange data through this channel. > > non RT-side: open("/proc/xenomai/registry/pipes/this_pipe",...) > use write()/read() to exchange data with the RT-side. > [...] OK, I think I have that working. Thanks! -kb