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.3 required=5.0 tests=BAYES_00,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc89792b5613be6a,start X-Google-Attributes: gid103376,public From: "Michael Hartsough" Subject: Converting Ada Tasks To VxWorks Tasks? Date: 2000/04/13 Message-ID: <1crJ4.142$d21.18564@elnws01>#1/1 X-Deja-AN: 610852062 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Trace: elnws01 955662205 24.29.206.244 (Thu, 13 Apr 2000 16:43:25 CDT) Organization: MediaOne Express -=- Central Region X-MSMail-Priority: Normal NNTP-Posting-Date: Thu, 13 Apr 2000 16:43:25 CDT Newsgroups: comp.lang.ada Date: 2000-04-13T00:00:00+00:00 List-Id: We have a large multi-tasking system in Ada (83) that my employer wants to convert to C++ running on VxWorks. Since I designed all of the tasks in the system I've been tasked with the task of writing a white paper on how one would go about converting Ada tasks into VxWorks tasks (apologies for the pitiful attempt at humor). Things were going halfway decent until I realized that my approach wasn't going to handle selects with guards, or conditional and timed entry calls. I'm sure I've read that there are implementations of Ada running on VxWorks, so a mapping must exist. Is anyone aware of any existing works that I could "borrow" from? Thanks! Michael