comp.lang.ada
 help / color / mirror / Atom feed
* coding 'Output
@ 2003-07-14  6:34 tmoran
  2003-07-14 22:45 ` Nick Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: tmoran @ 2003-07-14  6:34 UTC (permalink / 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.



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

end of thread, other threads:[~2003-07-15 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14  6:34 coding 'Output tmoran
2003-07-14 22:45 ` Nick Roberts
2003-07-14 23:01   ` tmoran
2003-07-15 21:23     ` Nick Roberts

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