Re: [Discuss-gnuradio] Using Out-of-Tree module from C++ Application

2013-05-17 Thread Michael Buettner
On Tue, May 14, 2013 at 10:03 AM, Tom Rondeau t...@trondeau.com wrote: On Mon, May 13, 2013 at 8:00 PM, Michael Buettner michael.buett...@gmail.com wrote: I am trying to use an out of tree module (built according to the Out-of-tree modules documentation) from a C++ application. The module is

Re: [Discuss-gnuradio] Using Out-of-Tree module from C++ Application

2013-05-14 Thread Tom Rondeau
On Mon, May 13, 2013 at 8:00 PM, Michael Buettner michael.buett...@gmail.com wrote: I am trying to use an out of tree module (built according to the Out-of-tree modules documentation) from a C++ application. The module is named reader, and the block I'm trying to use is command_gate_cc. I

[Discuss-gnuradio] Using Out-of-Tree module from C++ Application

2013-05-13 Thread Michael Buettner
I am trying to use an out of tree module (built according to the Out-of-tree modules documentation) from a C++ application. The module is named reader, and the block I'm trying to use is command_gate_cc. I can use it from python with: from reader import reader_swig ... cg_block =