Re: [Discuss-gnuradio] how to use boost-python to get a shared memory block between c++ and python

2010-06-02 Thread Eric Blossom
On Wed, Jun 02, 2010 at 09:32:34AM +0200, bjoe...@ee.ethz.ch wrote: > Hi, > > I'm currently working on a project using the ucla ZigBee Phy > implementation for the gnuradio framework. > I need some help how to use boost python and smart pointers to > manage a shared memory block from both sides, t

[Discuss-gnuradio] how to use boost-python to get a shared memory block between c++ and python

2010-06-02 Thread bjoernm
Hi, I'm currently working on a project using the ucla ZigBee Phy implementation for the gnuradio framework. I need some help how to use boost python and smart pointers to manage a shared memory block from both sides, the python and the c++ side. It would be great if I could manipulate as lit