comp.lang.ada
 help / color / mirror / Atom feed
From: JP Thornley <jpt@diphi.demon.co.uk>
Subject: Re: Using "delay until" in real-time
Date: Wed, 13 Dec 2000 17:32:30 +0000
Date: 2000-12-13T17:32:30+00:00	[thread overview]
Message-ID: <wyX5CAAuK7N6IwVH@diphi.demon.co.uk> (raw)
In-Reply-To: 9168vi$7mp$1@nnrp1.deja.com

In article <9168vi$7mp$1@nnrp1.deja.com>, Ted Dennison
<dennison@telepath.com> writes
>I think this is essentially the same as my iteration-counting scheme,
>except that the "Major_Iteration_Rate" is set to 0.05 instead of 1.0,
>and the number of minor cycles is hard-coded.

Yes, I guess it is.

>
>I did simplify things a bit for my question. We are actually using 4
>minor cycles in our 60Hz major cycle.

Perhaps you can get a solution by avoiding the use of Duration. The
delay expression for a relative delay is only restricted to being "any
non-limited type" (9.6(5)), so why not declare your own:

   type My_Duration is delta (1/Iteration_Hz) range <whatever>;
   for My_Duration'Small use 1/Iteration_Hz;

(Although I would want to be very sure that my compiler was reliable
when dealing with a Small that was not a power of 2).

Cheers,

Phil

-- 
JP Thornley



  parent reply	other threads:[~2000-12-13 17:32 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-12 16:27 Using "delay until" in real-time Ted Dennison
2000-12-12 18:01 ` Mike Silva
2000-12-12 19:57   ` Ted Dennison
2000-12-12 23:02     ` Mike Silva
2000-12-12 23:49       ` Ted Dennison
2000-12-18  6:26     ` Ray Blaak
2000-12-12 20:00 ` Ken Garlington
2000-12-12 20:40   ` Ted Dennison
2000-12-13  4:02     ` Ken Garlington
2000-12-13 14:29       ` Ted Dennison
2000-12-13 16:53     ` Larry Hazel
2000-12-13 17:41       ` Ted Dennison
2000-12-12 20:22 ` Keith Thompson
2000-12-12 20:54   ` Ted Dennison
2000-12-13  5:35   ` tmoran
2000-12-12 20:23 ` David C. Hoos, Sr.
2000-12-12 21:58   ` Ted Dennison
2000-12-12 23:18   ` Jeff Carter
2000-12-12 21:18 ` JP Thornley
2000-12-12 22:31   ` Ted Dennison
2000-12-13  8:02     ` Brian Orpin
2000-12-13 17:32     ` JP Thornley [this message]
2000-12-12 23:09 ` Ted Dennison
2000-12-13  7:43 ` Brian Orpin
2000-12-15  0:27 ` Frank
2000-12-19  7:50 ` Martin Gangkofer
2000-12-20  3:32   ` Ted Dennison
2000-12-20  5:29     ` tmoran
2000-12-20  7:59     ` Martin Gangkofer
2000-12-20  9:15       ` java servlets JF Harrison
2000-12-20 12:50     ` Using "delay until" in real-time Marin David Condic
2000-12-21  0:08     ` Alejandro R. Mosteo
2000-12-20  3:17 ` Ted Dennison
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox