Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-17 Thread Ian Buckley
Dear Sir, Does UHD API only available in Python, not C++ ? Regards. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio UHD's API is available in C++. There are plenty

[Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
Dear Sir, bool set_mux( int mux ); This command is supported by GNU Radio 3.4.2 C++ API but not GNU Radio 3.7. In this case, how to control the MUX using GNU Radio 3.7 C++ API ? http://gnuradio.org/doc/doxygen-3.4/classusrp__standard__rx.html

Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Marcus D. Leech
On 12/16/2013 10:52 PM, Activecat wrote: Dear Sir, bool set_mux( int mux ); This command is supported by GNU Radio 3.4.2 C++ API but not GNU Radio 3.7. In this case, how to control the MUX using GNU Radio 3.7 C++ API ? http://gnuradio.org/doc/doxygen-3.4/classusrp__standard__rx.html

Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
Yes, I mean, what is teh equivalent command in UHD API ..? How to control the MUX in the UHD API ? set_mux() On Tue, Dec 17, 2013 at 12:01 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/16/2013 10:52 PM, Activecat wrote: Dear Sir, bool set_mux( int mux ); This command is

Re: [Discuss-gnuradio] set_mux() not available in gnuradio version 3.7

2013-12-16 Thread Activecat
On Tue, Dec 17, 2013 at 12:01 PM, Marcus D. Leech mle...@ripnet.com wrote: On 12/16/2013 10:52 PM, Activecat wrote: Dear Sir, bool set_mux( int mux ); This command is supported by GNU Radio 3.4.2 C++ API but not GNU Radio 3.7. In this case, how to control the MUX using GNU Radio