Marcel Soulot wrote:
>         // Configure the timer to expire after 10 msec...
>         timer.it_value.tv_sec = 0;
>         timer.it_value.tv_nsec = 10000;*
> **
> *        // ... and every 10 msec after that.
>         timer.it_interval.tv_sec = 0;
>         timer.it_interval.tv_nsec = 10000;*

For documentation on the struct timespec structure, see:
http://www.opengroup.org/onlinepubs/009695399/basedefs/time.h.html

-- 
                                                 Gilles.

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

Reply via email to