comp.lang.ada
 help / color / mirror / Atom feed
From: mheaney@ni.net (Matthew Heaney)
Subject: Re: C++ Should not be used for Medical Devices
Date: 1997/01/26
Date: 1997-01-26T00:00:00+00:00	[thread overview]
Message-ID: <mheaney-ya023280002601971120530001@news.ni.net> (raw)
In-Reply-To: 3.0.32.19970125203845.006e91c0@mail.4dcomm.com


In article <3.0.32.19970125203845.006e91c0@mail.4dcomm.com>, "Dr. Robert
Leif" <rleif@RLEIF.COM> wrote:

Robert, thank you for your cogent points about Ada's suitability for use in
medical devices.

The third is to
>make 4 bit Nibbles (Nybbles) a supported data type.  Ada arrays (strings)
>of Nibbles are a very good model for the nucleic acid polymers, DNA and RNA.

I do that already:

type Nibble is range 0 .. 15;
for Nibble'Size use 4;

type Nibble_Array is array (Positive range <>) of Nibble;
for Nibble_Array'Component_Size use 4;

Or were the values of Nibble type character literals?  If so, let me know
and I'll show you how to declare it that way, too.

Ada: the language for a complex ... medical device!

matt

--------------------------------------------------------------------
Matthew Heaney
Software Development Consultant
<mailto:matthew_heaney@acm.org>
(818) 985-1271




  parent reply	other threads:[~1997-01-26  0:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-25  0:00 C++ Should not be used for Medical Devices Dr. Robert Leif
1997-01-26  0:00 ` Robert Dewar
1997-01-26  0:00 ` Matthew Heaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-01-27  0:00 Dr. Robert Leif
1997-01-19  0:00 Dr. Robert Leif
1997-01-20  0:00 ` David C. Hoos, Sr.
1997-01-20  0:00   ` Ted Dennison
1997-01-23  0:00   ` Jim Chelini
1997-01-27  0:00 ` Stephen Bull
replies disabled

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