Re: [Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Peter
On Mon, Aug 24, 2009 at 8:37 PM, Angus McMorland wrote: > > Hi all, > > Our lab has an in-house messaging protocol, written in C++, for > interfacing the different components of our experimental setups, and > allowing programs written in several different languages to talk to > each other. I'm curr

Re: [Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Robert Kern
On Mon, Aug 24, 2009 at 12:37, Angus McMorland wrote: > Hi all, > > Our lab has an in-house messaging protocol, written in C++, for > interfacing the different components of our experimental setups, and > allowing programs written in several different languages to talk to > each other. I'm currentl

[Numpy-discussion] Pointer to array data for passing to swig-wrapped C++

2009-08-24 Thread Angus McMorland
Hi all, Our lab has an in-house messaging protocol, written in C++, for interfacing the different components of our experimental setups, and allowing programs written in several different languages to talk to each other. I'm currently trying to write a Python interface to this protocol, mainly so