comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: coding 'Output
Date: Mon, 14 Jul 2003 06:34:59 GMT
Date: 2003-07-14T06:34:59+00:00	[thread overview]
Message-ID: <nasQa.56566$N7.7193@sccrnsc03> (raw)

What's the best way to do something like X'Output when type X only has
part of the story?  Say "type X is array ..."  but X is an array of
sampled signal and there's an associated sampling rate etc.  Making
type X(Rate : Positive; Length : Positive) is record
  Data : Data_Array(1 .. Length);
would require slice assignments to/from Data and Data is typically large,
so that's not a good solution.



             reply	other threads:[~2003-07-14  6:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-14  6:34 tmoran [this message]
2003-07-14 22:45 ` coding 'Output Nick Roberts
2003-07-14 23:01   ` tmoran
2003-07-15 21:23     ` Nick Roberts
replies disabled

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