Set_mux() not available in gnuradio version 3.7

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
http://gnuradio.org/doc/doxygen-3.4/classusrp__standard__rx.html#aa98b7831a644635f19ee84a7ecd404b2

Thanks.

Regards,
activecat
Email: [email protected]

On 12/16/2013 10:52 PM, Activecat wrote:

http://gnuradio.org/doc/doxygen-3.4/classusrp__standard__rx.html#aa98b7831a644635f19ee84a7ecd404b2


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page
That’s part of the “classic” interface to USRP devices, which has been
deprecated for something like three years now.

Whatever application you’re using, you should update to the UHD API.

Yes, I mean, what is teh equivalent command in UHD API …?
How to control the MUX in the UHD API ?
“set_mux()”

Discuss-gnuradio Info Page
UHD’s API is available in C++. There are plenty examples in
uhf/host/examples and uhd/host/utils

-Ian

On Tue, Dec 17, 2013 at 12:01 PM, Marcus D. Leech [email protected]
wrote:


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page

Dear Sir,

Does UHD API only available in Python, not C++ ?
Regards.