discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Old School Message Queue w/ Out Stream I/O


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Old School Message Queue w/ Out Stream I/O
Date: Wed, 03 Dec 2014 11:19:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 12/03/2014 12:59 AM, John Malsbury wrote:
> I'm using old-school message queues to do some thing with async messages
> from UHD.  I have written a custom C++ block, which I was hoping would
> have a single msgq based input.
> 
> However, I've found that the work() function never gets called for an
> incoming msg unless I add stream based I/O.  Does this sound right? 

Yeah, it does. Since the legacy, bit-rotten message queues are not built
into the scheduler, no one is telling the block to run work().

Ping me (on- or offline) if there's any trouble with the gr-uhd
components or features you could use in there.

Cheers,
M




reply via email to

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