On 11/5/07, Gilles Chanteperdrix <[EMAIL PROTECTED]> wrote:
> On 11/5/07, A.J.W. van Lievenoogen <[EMAIL PROTECTED]> wrote:
> >
> >
> > I'm trying to port a vxworks application to xenomai.
> >  Some calls in this application are posix calls (which are supported by
> > vxworks) for example the clock_gettime function.
> >  This function in xenomai is implemented in the posix skin but not in the
> > vxworks skin.
> >  Can I still somehow use these functions in the posix skin while I'm using
> > others in the VxWorks skin?
> >
> >  the only functions I mis from vxworks are clock_gettime and localtime_r so
> > if I can't use both skins simultaneously is there a way to work around that
> > for these functions?
>
> Yes you can use the posix skin and the vxworks skin at the same time.
> You will simply have to use both xeno-config --xeno-* and xeno-config
> --posix-* when compiling. Note that there is no xenomai version of
> localtime_r, but from its description it should run in real-time with
> no modification.

No, wait. localtime_r needs to access time zone information. So, I am
not sure it will work without any switch to secondary mode.

-- 
                                               Gilles Chanteperdrix

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to