comp.lang.ada
 help / color / mirror / Atom feed
From: "Rego, P." <pvrego@gmail.com>
Subject: Re: Best representation for spares
Date: Sun, 16 Feb 2014 05:45:04 -0800 (PST)
Date: 2014-02-16T05:45:04-08:00	[thread overview]
Message-ID: <fac6aa2a-9616-4044-ae64-a9b7541e2080@googlegroups.com> (raw)
In-Reply-To: <lymwhr2rdz.fsf@pushface.org>

On Sunday, February 16, 2014 9:06:48 AM UTC-3, Simon Wright wrote:
> Yes, though 0..1 would have done too; but if you're going to do this
> don't call it Zero_Bit! Padding_Bit, perhaps.

Oh Yes!! I am using actually 

   type Spare_Bit_Type is range 0 .. 1;

   type Spare_Type is array (Natural range <>) of Spare_Bit_Type;
   for Spare_Type'Component_Size use 1;

Thanks!

      reply	other threads:[~2014-02-16 13:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14  1:07 Best representation for spares Rego, P.
2014-02-14  9:19 ` Simon Wright
2014-02-15 16:06   ` Rego, P.
2014-02-15 17:49     ` Jeffrey Carter
2014-02-15 20:21       ` Rego, P.
2014-02-15 19:55     ` Niklas Holsti
2014-02-15 20:25       ` Rego, P.
2014-02-15 21:35         ` Rego, P.
2014-02-16 10:02           ` Niklas Holsti
2014-02-16 13:40             ` Rego, P.
2014-02-16 16:26               ` Rego, P.
2014-02-16 18:50                 ` Niklas Holsti
2014-02-16 16:33               ` Niklas Holsti
2014-02-16 12:10           ` Simon Wright
2014-02-16 13:43             ` Rego, P.
2014-02-16 14:25               ` Robert A Duff
2014-02-16 16:21                 ` Rego, P.
2014-02-15 21:41         ` Jeffrey Carter
2014-02-15 22:37           ` Rego, P.
2014-02-15 22:41             ` Rego, P.
2014-02-16  0:39             ` Jeffrey Carter
2014-02-16 12:06         ` Simon Wright
2014-02-16 13:45           ` Rego, P. [this message]
replies disabled

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