Hello

I recompiled. (make clean, make)
But I have installed the new svn-version only on master. Is that a problem?

Now I removed some lines and I can say that neither WAITONCYCLE nor
WAITONCYCLE_EX return. They just wait and hang.

    //ret = rt_dev_ioctl(fdtdma, RTMAC_RTIOC_WAITONCYCLE, 
TDMA_WAIT_ON_SYNC);
    ret = rt_dev_ioctl(fdtdma, RTMAC_RTIOC_WAITONCYCLE, 
RTMAC_WAIT_ON_DEFAULT);
    if (ret < 0 ) {
       printf("RTMAC_WAITONCYCLE failed");
    }

Jochen



>From: Jan Kiszka <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>CC: rtnet-users@lists.sourceforge.net
>Subject: Re: WAITONCYCLE_EX cycle number problem
>Date: Thu, 10 Aug 2006 16:13:32 +0200
>
>matrix_df hotmail wrote:
> > Hello
> >
> > With new rtnet-0.9.4-svn (10.8)
> > neither WAITONCYCLE nor WAITONCYCLE_EX waits on the cycle and just
> > return  !!
> > (tested on master)
> >
> > RTMAC_RTIOC_WAITONCYCLE, TDMA_WAIT_ON_SYNC
> >
>
>As I said, I broke the ABI by redefining the numeric value of
>TDMA_WAIT_ON_SYNC. You have to recompile your user-space program.
>
>On my box, all is running fine.
>
>Jan
>


><< signature.asc >>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to