comp.lang.ada
 help / color / mirror / Atom feed
From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk)
Subject: Re: Access types
Date: 1998/05/28
Date: 1998-05-28T00:00:00+00:00	[thread overview]
Message-ID: <EtnJAp.8E@jvdsys.nextjk.stuyts.nl> (raw)
In-Reply-To: 6khbm1$ec1$1@nnrp1.dejanews.com


jsanchor@my-dejanews.com wrote:

: HI, I am working with access types and have a challenge at hand which I seem
: to be losing. Need some help. I have data in Non Volatile Memory and RAM that
: I need to access using access types. The problem is I need to have the same
: "types" to work on the data, ie compare them, calculate checksum, etc.

What you seem to mean is something like:

	package Memory is

	   type Memory_Type is abstract tagged
	      record
	         null; -- Put the data here
	      end record;

	   type Memory_Ptr is access Memory_Type'Class;

	   type ROM is new Memory_Type with null record;

	   type RAM is new Memory_Type with null record;
      
	end Memory;

-- 
-- Jerry van Dijk  | email: jdijk@acm.org
-- Leiden, Holland | member Team-Ada




  reply	other threads:[~1998-05-28  0:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-27  0:00 Access types jsanchor
1998-05-28  0:00 ` Jerry van Dijk [this message]
1998-05-29  0:00   ` jsanchor
1998-05-30  0:00     ` Jerry van Dijk
  -- strict thread matches above, loose matches on Subject: below --
1999-07-15  0:00 Access Types Ronald Ayoub
1999-07-21  0:00 ` Robert A Duff
1999-07-22  0:00   ` Steve Folly
1999-07-23  0:00     ` Tucker Taft
2007-07-01  0:39 access types Brian May
2007-07-01  1:54 ` Robert A Duff
2007-07-01  7:52   ` Dmitry A. Kazakov
2007-07-01 14:57     ` Robert A Duff
2007-07-01 19:41       ` Dmitry A. Kazakov
2007-07-02  0:12         ` Robert A Duff
2007-07-02  8:06           ` Dmitry A. Kazakov
2007-07-02 15:37       ` Adam Beneschan
replies disabled

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