home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / transput / 988 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!ucbvax!starlink.roe.ac.uk!MJP
  2. From: MJP@starlink.roe.ac.uk (Magnus Paterson)
  3. Newsgroups: comp.sys.transputer
  4. Subject: Protocol query
  5. Message-ID: <7271.9209041250@prg.ox.ac.uk>
  6. Date: 4 Sep 92 12:51:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 21
  11.  
  12.  
  13. I'm trying to read sub-areas of a 2-d detector array, and would like to
  14. be able to transfer these areas over Transputer links.  You can use
  15. counted arrays  (INT::[]REAL32) for 1-d stuff, but is it possible to
  16. achieve the same for 2-d?
  17.  
  18. I'd like to be able to do
  19.   CHAN OF suitable.protocol in :
  20.   [256][256]REAL32 data :
  21.   INT nrows, ncolumns :
  22.   SEQ
  23.     in ? nrows; ncolumns; [[data FROM 0 FOR nrows] FROM 0 FOR ncolumns]
  24.  
  25. but can't for the life of me figure out how to declare the protocol, or
  26. even whether it's possible.  
  27.  
  28.  
  29. Cheers,   
  30. Magnus Paterson                   mjp@uk.ac.roe.star
  31. Royal Observatory                 ph  031 668 8247
  32. Edinburgh                         fax 031 668 8264
  33.