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_timer in your code, better: you must not
> call it.
>
> >
> > Could you tell me where have i to insert the start_rt_timer(...) in the
> code?
> > I'm working in user space.
> >
> > code:
> >
> > [...]
> >  long TimeOut;                      //timeout, espresso in ns
> >
> > [...]
> >     // setto il time_out
> >  TimeOut=500000000;         //7ms
> >  ioctl_rt(udpSocket,RTNET_RTIOC_TIMEOUT,&TimeOut);
> >
>
> TimeOut has to be "long long". You may pass broken and unwanted large
> values to RTNET_RTIOC_TIMEOUT otherwise.
>
> Jan
>
>
>


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to