On Thu, May 15, 2008 at 11:28 AM, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote: > On Thu, May 15, 2008 at 8:10 AM, Matthieu > <[EMAIL PROTECTED]> wrote: > I think >> that VxWorks Task Control Block ,implemeted by WIND RIVER, is keeping the >> context in hard real-time. That's why I would like to know if there are >> other possibilities ? > > Yes, there are possibilities: fix your code not to use such internal > data as the WIND_TCB members.
Even VxWorks documentation considers accessing WIND_TCB directly as a bad practice. See the doc of taskInfoGet at: http://spacegrant.colorado.edu/~dixonc/vxworks/docs/vxworks/ref/taskShow.html So, what I would agree we can do is implement taskInfoGet. -- Gilles _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
