From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7b6ebbd3cbca32ce,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news-fra1.dfn.de!news-mue1.dfn.de!lrz.de!not-for-mail From: Sebastian Hanigk Newsgroups: comp.lang.ada Subject: [Ravenscar] run tasks on events Date: Wed, 28 May 2008 21:14:07 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Message-ID: NNTP-Posting-Host: kelvin.fs.tum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.lrz-muenchen.de 1212002047 11547 129.187.202.43 (28 May 2008 19:14:07 GMT) X-Complaints-To: newsmaster@lrz-muenchen.de NNTP-Posting-Date: Wed, 28 May 2008 19:14:07 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin) Xref: g2news1.google.com comp.lang.ada:432 Date: 2008-05-28T21:14:07+02:00 List-Id: Hello, sorry if this is a stupid question, but as newcomer to Ada I've stumbled over the following problem: having read a bit on HAL/S which has task scheduling depending on signals and conditions, I'm a bit at loss how to implement such functionality in Ada under the Ravenscar profile (no dynamic task spawning). The example from the HAL/S user guide were tasks running e.g. only in the free-fall or ascent/descent phase, started and terminated by signals. Thanks for any help or pointers! Sebastian