home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!ucbvax!starlink.roe.ac.uk!MJP
- From: MJP@starlink.roe.ac.uk (Magnus Paterson)
- Newsgroups: comp.sys.transputer
- Subject: Protocol query
- Message-ID: <7271.9209041250@prg.ox.ac.uk>
- Date: 4 Sep 92 12:51:00 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 21
-
-
- I'm trying to read sub-areas of a 2-d detector array, and would like to
- be able to transfer these areas over Transputer links. You can use
- counted arrays (INT::[]REAL32) for 1-d stuff, but is it possible to
- achieve the same for 2-d?
-
- I'd like to be able to do
- CHAN OF suitable.protocol in :
- [256][256]REAL32 data :
- INT nrows, ncolumns :
- SEQ
- in ? nrows; ncolumns; [[data FROM 0 FOR nrows] FROM 0 FOR ncolumns]
-
- but can't for the life of me figure out how to declare the protocol, or
- even whether it's possible.
-
-
- Cheers,
- Magnus Paterson mjp@uk.ac.roe.star
- Royal Observatory ph 031 668 8247
- Edinburgh fax 031 668 8264
-