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: a07f3367d7,6fd94bffa2adb3e9 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!l5g2000vbc.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Pseudo code for Ada tasking Date: Wed, 6 May 2009 13:00:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <01a80781-90fa-4afb-a911-5994561e6323@l5g2000vbc.googlegroups.com> References: <6f56afa9-0b03-4371-b1f0-fda90b77be6f@z23g2000prd.googlegroups.com> NNTP-Posting-Host: 81.156.240.174 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1241640014 27981 127.0.0.1 (6 May 2009 20:00:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 May 2009 20:00:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l5g2000vbc.googlegroups.com; posting-host=81.156.240.174; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5715 Date: 2009-05-06T13:00:14-07:00 List-Id: On May 6, 4:18=A0am, Adrian Hoe wrote: > Hi, > > I am wondering, is there any reference or example about writing pseudo > code for Ada tasking? > > Also, how can I model Ada tasking with a diagram? > > Thanks. > -- > Adrian Hoe ASGs (Ada Structure Graphs) were the natural diagram for this but I don't know of a tool that supports then apart from Teamwork which has long gone. In UML, a statechart comes close. There are professional tools that can produce Ada code from this (for instance, Rhapsody in Ada (from iLogix, then Telelogic, now IBM-Rational). Cheers -- Martin