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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,48bbfdbc3683ed X-Google-Attributes: gid103376,public From: jsanchor@cs5.dasd.honeywell.com Subject: Re: Tagged Rep Spec Date: 1999/06/16 Message-ID: <7k8dqd$m8k$1@nnrp1.deja.com>#1/1 X-Deja-AN: 490258782 References: <7k5mop$n0i$1@nnrp1.deja.com> <3766970e.273390@news.pacbell.net> X-Http-Proxy: 1.0 x35.deja.com:80 (Squid/1.1.22) for client 209.75.154.110 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Wed Jun 16 14:54:10 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (X11; U; IRIX 6.5 IP32) Date: 1999-06-16T00:00:00+00:00 List-Id: > Could you use > type Inner_Record is ... -- not tagged > for Inner_Record use ... > type Interrupt_Record_Type is new ... with record > Contents : Inner_Record; > end record; I could use a non tagged type, but I thought a nontagged type were nonextending. I was thinking that maybe my initial record could be represented as a rep speced records. The ones that are constant I represent and then other projects could add their project specific contents above the ones that are given. > Usually you need to give rep specs because you are dealing with > external hardward or software that has its own ideas. Usually such > hardware or software has no idea what a tag might mean, so you really > would rather communicate with it via Inner_Record than via a tagged > record. If you really need the tag, perhaps you should use Streams > instead. > Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.