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,4751d44ff54a2c2c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-05 07:41:03 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.gtei.net!prodigy.*.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: <3CE3978F.6070704@gmx.spam.egg.sausage.and.spam.net> <5ee5b646.0208030424.39703482@posting.google.com> <3D4C2805.62563584@adaworks.com> <5ee5b646.0208040607.ebb6909@posting.googOrganization: LJK Software <5ee5b646.0208041748.3feb353f@posting.google.com> <3D4E652E.FDB4C1C@earthlink.net> Subject: Re: 64-bit integers in Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 208.191.182.164 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr11.news.prodigy.com 1028558444 ST000 208.191.182.164 (Mon, 05 Aug 2002 10:40:44 EDT) NNTP-Posting-Date: Mon, 05 Aug 2002 10:40:44 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: Q[R_PJONFJVMQVPXJZDBNFXBBZ\LPCXLLBWLOOAF@YUDUWYAKVUOPCW[ML\JXUCKVFDYZKBMSFX^OMSAFNTINTDDMVW[X\THOPXZRVOCJTUTPC\_JSBVX\KAOTBAJBVMZTYAKMNLDI_MFDSSOLXINH__FS^\WQGHGI^C@E[A_CF\AQLDQ\BTMPLDFNVUQ_VM Date: Mon, 05 Aug 2002 14:40:44 GMT Xref: archiver1.google.com comp.lang.ada:27702 Date: 2002-08-05T14:40:44+00:00 List-Id: "Marc A. Criley" wrote in message news:3D4E652E.FDB4C1C@earthlink.net... > The latest was the message buffer handling portion, wherein > Unchecked_Conversion, 'Address, and an Interfaced memcpy routine were > used to move the bits around from buffer to buffer, and to build and > unpack messages. Variant records and assignment statements would've > worked just as well. I smell 1553 (or such). OOP works even better for packing/unpacking, although you do have to convince people that it is OK in the application domain!