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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,4985bd7356ea6c3d,start X-Google-Attributes: gid103376,public From: "Joachim Schroeer" Subject: Another (small) Ada success story Date: 1999/04/08 Message-ID: <7eim7j$7db$1@fleetstreet.Austria.EU.net>#1/1 X-Deja-AN: 464085149 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: abuse@Austria.EU.net X-Trace: fleetstreet.Austria.EU.net 923589683 7595 193.154.148.228 (8 Apr 1999 16:41:23 GMT) Organization: AMST NNTP-Posting-Date: 8 Apr 1999 16:41:23 GMT Newsgroups: comp.lang.ada Date: 1999-04-08T16:41:23+00:00 List-Id: Here at AMST / Austria we develop flight simulators. We used Ada 95 sucessfully in a domain, normally C++ is used. In the last 1 and 1/2 years we developed the graphical instrument displays for our simulators using OpenGL and Ada 95. We developed an object oriented class library of reusable modules from which traditional flight instruments and modern EFIS (Electronic Flight Instrument System with Primary Flight Display and Multi Functional Display) are composed. You can connect the Windows NT computer, where the instruments are rendered via TCP/IP to another computer, where the aircraft model(s) are simulated in order to get the instrument inputs. The software uses the OpenGL binding of Win32Ada and is written in Ada 95. The development environment is a Windows NT system and the ObjectAda compiler. In the meantime, the whole library consists of some 50000 lines of Ada 95 source code. My future plans are to port the library to X11/Linux and to develop a product, that lets you design your instrument displays by a GUI. No Ada 95 programming is then necessary when designing new instruments. I'm not sure, which GUI builder is best used for that task. Visual C++ (on windows) or some TCL/TK based tool in order to improve portability. Dr.-Ing. Joachim Schr�er AMST-Systemtechnik GmbH A-5282 Ranshofen, Austria Tel.: (++)43 7722 892 30 (company, Austria) E-Mail: schroeer@amst.co.at