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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,682d1c4a13fb8d32 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!news.glorb.com!hitnews.eu!s09-10.readnews.com!unm2.readnews.com.POSTED!not-for-mail X-Trace: 1310929417 news.ngroups.net (178.22.82.32:167) 8937 USE261288/83.227.136.70 X-Complaints-To: support@ngroups.net Date: Sun, 17 Jul 2011 21:05:41 +0200 From: Per Sandberg Reply-To: per.sandberg@bredband.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DDS and Ada References: <2011070520341767939-martynatemconukdotcom@news-europe.giganews.com> In-Reply-To: <2011070520341767939-martynatemconukdotcom@news-europe.giganews.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4e23335a$0$24038$a8266bb1@newsreader.readnews.com> Organization: readnews.com - News for Geeks and ISPs NNTP-Posting-Host: 9c78c246.newsreader.readnews.com Xref: g2news1.google.com comp.lang.ada:20211 Date: 2011-07-17T21:05:41+02:00 List-Id: Well I did write an Ada binding to the RTIDDS "http://www.rti.com" DDS-Implementation and it used in a mixed language system, Ada/C++/Java. This binding is avalible as an addon to their proriarty product. But given a resonable clean C Interface and a well structured codegenerator the amount of work to produce a similar binding to some other implementation is definitly less then 1000 hours. The workflow I used was: * Generate code stubs from the DDS-idl using iac from plyorb. * Tweak the interfaces towards Ada 2005 * Generate Ada interfaces to the C-implementation using teh "-fdump-ada-spec in GNAT. * Bind the things together. * Produce a new code generator that is capable of generating Ada. * Test * Test * Done * Maintain * .... /Per On 07/05/2011 09:34 PM, Martyn Pike wrote: > Hi. Has anyone that frequencts this group ever successfully deployed an > Ada based DDS systems ? Either using a COTS or custom implementation. > > thanks. >