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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a415d3a613d86a4e X-Google-Attributes: gid103376,public From: mheaney@ni.net (Matthew Heaney) Subject: Re: Ada Enumerations Date: 1997/12/04 Message-ID: #1/1 X-Deja-AN: 295184864 References: <662cs9$b34$1@newman.pcisys.net> <3486C057.6207@gsfc.nasa.gov> Organization: Estormza Software Newsgroups: comp.lang.ada Date: 1997-12-04T00:00:00+00:00 List-Id: In article <3486C057.6207@gsfc.nasa.gov>, Stephen.Leake@gsfc.nasa.gov wrote: >It looks like you should use an integer type for DataTypes, rather than >an enumeration type. Good advice. For low-level I/O, an enumeration type is often not what you want anyway. What's wrong with a good old fashioned integer type? -------------------------------------------------------------------- Matthew Heaney Software Development Consultant (818) 985-1271