Re: [Discuss-gnuradio] Posting messages from outside the work function in Python

2014-07-17 Thread Tom Rondeau
On Thu, Jul 17, 2014 at 8:59 AM, Michal Jakubiak wrote: > Hello, > > I would like to write a block in Python that is a message source (no IO > ports, only message port). I've found a few examples in C++ of blocks that > don't do signal processing and don't rely on the work() function, but what >

[Discuss-gnuradio] Posting messages from outside the work function in Python

2014-07-17 Thread Michal Jakubiak
Hello, I would like to write a block in Python that is a message source (no IO ports, only message port). I've found a few examples in C++ of blocks that don't do signal processing and don't rely on the work() function, but what would be the equivalent in python? If it is possible, how would I han