[Xenomai-core] rt_timer_ticks2ns

2005-10-11 Thread Steven Seeger
In periodic mode, rt_timer_ticks2ns should convert ticks to periodic jiffies. However, it always seems to return 0.

Re: [Xenomai-core] rt_timer_ticks2ns

2005-10-11 Thread Gilles Chanteperdrix
Steven Seeger wrote: > In periodic mode, rt_timer_ticks2ns should convert ticks to periodic > jiffies. However, it always seems to return 0. Did you call rt_timer_start before rt_timer_tick2ns ? -- Gilles Chanteperdrix.

Re: [Xenomai-core] rt_timer_ticks2ns

2005-10-11 Thread Steven Seeger
Do you have to ask? :) rt_timer_start(125000); On 10/11/05 7:24 AM, "Gilles Chanteperdrix" <[EMAIL PROTECTED]> wrote: > Steven Seeger wrote: >> In periodic mode, rt_timer_ticks2ns should convert ticks to periodic >> jiffies. However, it always seems to return 0. > > Did you call rt_timer_start

Re: [Xenomai-core] rt_timer_ticks2ns

2005-10-11 Thread Gilles Chanteperdrix
Steven Seeger wrote: > Do you have to ask? :) > > rt_timer_start(125000); Still hoping the code is fine and continuing with stupid questions : did you check rt_timer_start return value ? -- Gilles Chanteperdrix.