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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a9a314f04e35ec17 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-07 19:29:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: <1b585154.0301041852.305233c9@posting.google.com> Subject: Re: Ada and VxWorks VxMP X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1041996587 12.211.13.75 (Wed, 08 Jan 2003 03:29:47 GMT) NNTP-Posting-Date: Wed, 08 Jan 2003 03:29:47 GMT Organization: AT&T Broadband Date: Wed, 08 Jan 2003 03:29:47 GMT Xref: archiver1.google.com comp.lang.ada:32719 Date: 2003-01-08T03:29:47+00:00 List-Id: "Peter Richtmyer" wrote in message news:1b585154.0301041852.305233c9@posting.google.com... > We will be using VxWorks VxMP Shared Memory Objects between two > boards, our code is in Ada. We will be passing messages using > Shared Message Queues, and we will have some data objects. > > Does anyone know of, or have, some Ada examples using VxMP that > they could share? Even snippets showing the Ada to C interface > Progmas would be helpful. And any advice that is not in the book > (VxWorks Programmer's Guide, 5.4) ? You don't say what compiler you're using. If you're using GNAT, I recall seeing some interfaces to VxWorks in the run time library sources (which should be included with your distribution). Steve (The Duck) > > thanks, > Peter > > > (I already tried comp.os.vxworks with no replies)