All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Writing a new driver, shoud use message pipes or shared memory?
@ 2011-06-30 15:12 Carlos Eduardo de Brito Novaes
  2011-07-01  7:57 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 7+ messages in thread
From: Carlos Eduardo de Brito Novaes @ 2011-06-30 15:12 UTC (permalink / raw)
  To: xenomai

Hello all!
Hope this question fits to the scope of the list.

I got a PCI acquisition board and wish to write a xenomai driver for it. I had 
did this before with an old ISA board and used memory heaps to exchange data 
from kernel (configuration and mainly acquisition routines) and the real time 
processing task.

Now, I would like to know if I can use only message pipes for this kind of 
application. I would like to use it so the entire proccess became more "unix 
like", using memory heaps I think that the internals of the driver are exposed 
and the any misfuncion can arise due to bad data passed from programmers. Is 
this right?

Can message pipes provide hard real time timings, about 1K/10K samples per 
second and about 100 bytes on each sample?

Thanks

Carlos Novaes.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-07-03  1:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30 15:12 [Xenomai-help] Writing a new driver, shoud use message pipes or shared memory? Carlos Eduardo de Brito Novaes
2011-07-01  7:57 ` Gilles Chanteperdrix
2011-07-01 17:23   ` [Xenomai-help] Writing a new driver, Skin differences Carlos Eduardo de Brito Novaes
2011-07-02 20:13     ` Gilles Chanteperdrix
2011-07-02 20:38       ` Luis Rossi
2011-07-02 20:47         ` Gilles Chanteperdrix
2011-07-03  1:47       ` Carlos Eduardo de Brito Novaes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.