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,3bddf0a01feb351b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Middleware options for Ada and visual C++ integration Date: Fri, 7 Oct 2011 21:54:11 +0200 Organization: cbb software GmbH Message-ID: <1598mhkilbqv8$.17kko8c98opix.dlg@40tude.net> References: <9780344.1709.1318004551286.JavaMail.geo-discussion-forums@yqnv12> <3655691.234.1318008593795.JavaMail.geo-discussion-forums@vbay19> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: EMY6V9w2JsuJ/8EEiAFEEw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:22286 Date: 2011-10-07T21:54:11+02:00 List-Id: On Fri, 7 Oct 2011 10:29:53 -0700 (PDT), leandrohbatista wrote: > But porting the HMI do Ada it's not a choice yet. We (cbb software GmbH) have a commercial middleware for distributed process automation and control. It has Ada, C++ and other interfaces. http://www.cbb-software.com/technicalinformation/labmapmiddlewareautomation/index.html > In fact, I'd like to setup a COM server in my Ada simulation and run the > HMI in another PC for example using TCP/IP. Yes, this is a common case. Usually our customers have HMI designed in "strange ways", much worse than C++, e.g. VisualBasic, LabView, DiaDem etc. We leave it be, replacing the data acquisition/exchange layer with our middleware. > So, I'm looking for a middleware that could interface Ada and C++. You can do that, however its not very usual that the components communicate directly with each other. More frequently you would have something like model-view-controller, which is rather "vertical communication" (application to hardware) than "horizontal" (application to application) one. In effect applications do interact, but indirectly like in the MVC. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de