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,a9bbfb8cd49f1a51 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newscon02.news.prodigy.com!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Isn't this in favour of Ada?? Date: 20 Jul 2005 11:37:33 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <42d64dde$0$64794$edfadb0f@dread12.news.tele.dk> <8764vcdv2f.fsf@deneb.enyo.de> <__NCe.5411$oZ.1564@newsread2.news.atl.earthlink.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1121873853 26888 192.74.137.71 (20 Jul 2005 15:37:33 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 20 Jul 2005 15:37:33 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:3703 Date: 2005-07-20T11:37:33-04:00 List-Id: Simon Wright writes: > Robert A Duff writes: > > > I agree with you that it would be nice to have a way to trigger an > > interrupt under program control. > > _If_ you are running VxWorks on a VME-based system, you can call > sysBusIntGen(). I meant an Ada feature to trigger an interrupt. Yes, on most systems, there's a way to do it. It would be nice to have a portable Ada name for this procedure. - Bob