Re: [RTnet-users] rtnet in real-time thread

2006-08-10 Thread Jan Kiszka
Sebastian Smolorz wrote: > Am Donnerstag 10. August 2006 17:24 schrieb Jan Kiszka: >> Evert Lammerts wrote: >>> Hi, >>> >>> We're trying to use RTnet from a kernel module within a real-time thread, >>> starting with only recieving messages. As far as I can see (but other >>> suggestions are very we

Re: [RTnet-users] rtnet in real-time thread

2006-08-10 Thread Sebastian Smolorz
Am Donnerstag 10. August 2006 17:24 schrieb Jan Kiszka: > Evert Lammerts wrote: > > Hi, > > > > We're trying to use RTnet from a kernel module within a real-time thread, > > starting with only recieving messages. As far as I can see (but other > > suggestions are very welcome) our options are to ca

Re: [RTnet-users] rtnet in real-time thread

2006-08-10 Thread Evert Lammerts
Thanks a bunch. First thing tomorrow I'll start trying. Evert > Evert Lammerts wrote: > >> Hi, >> >> >> We're trying to use RTnet from a kernel module within a real-time >> thread, starting with only recieving messages. As far as I can see (but >> other suggestions are very welcome) our options

Re: [RTnet-users] rtnet in real-time thread

2006-08-10 Thread Jan Kiszka
Evert Lammerts wrote: > Hi, > > We're trying to use RTnet from a kernel module within a real-time thread, > starting with only recieving messages. As far as I can see (but other > suggestions are very welcome) our options are to call rt_dev_recv with the > MSG_DONTWAIT flag or setting the SO_RCVTI

[RTnet-users] rtnet in real-time thread

2006-08-10 Thread Evert Lammerts
Hi, We're trying to use RTnet from a kernel module within a real-time thread, starting with only recieving messages. As far as I can see (but other suggestions are very welcome) our options are to call rt_dev_recv with the MSG_DONTWAIT flag or setting the SO_RCVTIMEO socket option with rt_dev_sets