[RTnet-users] Re: TimeOut problem

2005-11-17 Thread Leonardo Pappagallo
hi jan, now all is OK thanks! :-) On 11/17/05, Jan Kiszka <[EMAIL PROTECTED]> wrote: > Leonardo Pappagallo wrote: > > hi, > > I've tried to use the function start_rt_timer(...) in my code but > > nothing happens. > > I've controlled that module rtcfg is loaded. > > Then you don't need start_rt_tim

Re: [RTnet-users] Re: TimeOut problem

2005-11-17 Thread Jan Kiszka
Leonardo Pappagallo wrote: > hi, > I've tried to use the function start_rt_timer(...) in my code but > nothing happens. > I've controlled that module rtcfg is loaded. Then you don't need start_rt_timer in your code, better: you must not call it. > > Could you tell me where have i to insert the s

[RTnet-users] Re: TimeOut problem

2005-11-17 Thread Leonardo Pappagallo
hi, I've tried to use the function start_rt_timer(...) in my code but nothing happens. I've controlled that module rtcfg is loaded. Could you tell me where have i to insert the start_rt_timer(...) in the code? I'm working in user space. code: // MASTER [M1] #ifdef HAVE_CONFIG_H #include //

[RTnet-users] Re: TimeOut problem

2005-11-16 Thread Jan Kiszka
Leonardo Pappagallo wrote: > hi, > I have tried to use the Timeout handling for the function > recvfrom_rt(...) in my code. > But, when I start the program the function is always blocked, and my > program doesn't stop. I'm working in user space. > > my code is the next: > > [... > // set time_ou