discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: John Malsbury
Subject: [Discuss-gnuradio] Old School Message Queue w/ Out Stream I/O
Date: Tue, 2 Dec 2014 15:59:03 -0800

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? 

-John

reply via email to

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