discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] A silly question


From: Josh Blum
Subject: Re: [Discuss-gnuradio] A silly question
Date: Mon, 27 Aug 2012 09:46:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

> 
> How can we do that in a C++/Python hybrid flowgraph? Is there a Python
> interface out there?
> 

So to register a python callback into C++ is tricky. The answer is SWIG
directors. However, I nearly killed myself yesterday trying to get that
madness to work.

So until I figure that out... If it helps anybody, this is a hook to
register an empty handler for the messages: http://pastebin.com/aeSVSjVC

from gnuradio import uhd
uhd.disable_msgs()

-josh



reply via email to

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