comp.lang.ada
 help / color / mirror / Atom feed
* Tagged Rep Spec
@ 1999-06-15  0:00 jsanchor
  1999-06-15  0:00 ` Marin David Condic
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: jsanchor @ 1999-06-15  0:00 UTC (permalink / raw)


Hi all,

I was wondering. Can a person Rep Spec a tagged record?


Type  Interrupt_Record_Type is tagged
   Record
     watchdog_warning   : boolean;
     utility_clock               : boolean;
     timer1                        :boolean;
     rs232                         :boolean;
     mailbox                      :boolean;
   end record;

for Interrupt_Record_Type use
   record
     watchdog_warning   at 0 range 0..0;
     utility_clock               at 0 range 1..1;
     timer1                        at 0 range 2..2;
     rs232                         at 0 range 3..3;
     mailbox                      at 0 range 4..4;
   end record;

Has anyone done this before? I think there also has to be a tag in the
record.


Thank you in advance.

Jay Sanchorawala


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1999-06-28  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-15  0:00 Tagged Rep Spec jsanchor
1999-06-15  0:00 ` Marin David Condic
1999-06-15  0:00 ` Tom Moran
1999-06-16  0:00   ` jsanchor
1999-06-16  0:00 ` Matthew Heaney
1999-06-25  0:00   ` Robert Dewar
1999-06-28  0:00     ` Marin David Condic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox