Re: [Xenomai] question: periodic system timer

2012-07-21 Thread Gilles Chanteperdrix
On 07/21/2012 01:01 PM, ali hagigat wrote: > 1) Can i use native-skin functions and POSIX-skin functions together > in one user space program? Yes. You should be able to mix all skins together. There may be some services reserved to threads created by one skin, for instance "rt_task_inquire" only

Re: [Xenomai] question: periodic system timer

2012-07-21 Thread ali hagigat
1) Can i use native-skin functions and POSIX-skin functions together in one user space program? 2) I had a questions about skin timers and you answered it: "and if a skin request periodic mode, a software timer is started to provide the skin timebase. So, if each skin has a different period, each

Re: [Xenomai] question: periodic system timer

2012-07-20 Thread Gilles Chanteperdrix
On 07/16/2012 11:41 AM, ali hagigat wrote: > When the system clock is set as periodic for a skin, does this mean > that the timer interrupt happens for the period and for any function > of that skin? or only some functions? This interrupt rate happens > after the skin API function is called? > So a

[Xenomai] question: periodic system timer

2012-07-16 Thread ali hagigat
When the system clock is set as periodic for a skin, does this mean that the timer interrupt happens for the period and for any function of that skin? or only some functions? This interrupt rate happens after the skin API function is called? So after returning the function and before executing any