discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] disabling UHD OOOOO... messages


From: Koslowski, Sebastian (CEL)
Subject: Re: [Discuss-gnuradio] disabling UHD OOOOO... messages
Date: Thu, 12 May 2016 11:06:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

I needed that a while back, too. Here is the patch I used:

https://github.com/skoslowski/gnuradio/commit/453a13a6a74cee5c0ca3973d08770940daef87eb

With that applied you can do:
   
    from gnuradio import uhd
    uhd.register_msg_handler(uhd.null_msg_handler)

Should disable all output from (gr-)uhd.

Sebastian


On 05/12/2016 05:44 AM, Tim K wrote:
It may be nice to have this as an option to disable, in case the user wants to reserve stderr for their own purposes.

On Wed, May 11, 2016 at 9:28 PM, Marcus D. Leech <address@hidden> wrote:



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]