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,79ea565763c599df X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-18 05:47:26 PST From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: PDA Ada Date: Fri, 18 Oct 2002 14:47:24 +0200 Organization: 1&1 Internet AG Message-ID: References: <3DA4E4A8.5C1DEAE0@adaworks.com> <3da60ff4_1@news.tm.net.my> <3da62ce4$0$1428$272ea4a1@news.execpc.com> NNTP-Posting-Host: p5083031d.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1034945245 26089 80.131.3.29 (18 Oct 2002 12:47:25 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 18 Oct 2002 12:47:25 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tu-darmstadt.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:29900 Date: 2002-10-18T12:47:25+00:00 List-Id: Rob Veenker wrote: > The radio concerned is of the PR4G family (aka FM9000) by thales. It uses a > protocol called SYCOMORE, used for remote control of the radio itself. This > protocol however also allows (limited) data communication. > On the iPAQ a SYCOMORE protocol stack written in Ada was implemented using > JGNAT. > To allow messaging, we also wrote message acknowlegdement, dispatching and > marshalling functionality (all in Ada as well). The result is a > communication 'jar' (Java archive) that is used by a Java GUI. I was just wondering how you implemented the messaging in Ada so that it can be compiled by JGNAT. The message standards I know (e.g. Link 16 J-Messages) are heavily bit oriented and people tend to implement this via Ada records with lots of representation clauses. But as far as I know JGNAT does not support representation clauses (correct me if I am wrong). So how did you do that? Michael