discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Best way to output decoded data to user


From: madengr
Subject: Re: [Discuss-gnuradio] Best way to output decoded data to user
Date: Tue, 15 Apr 2014 14:36:52 -0700 (PDT)

Martin Braun-2 wrote
> Generally: Don't use a message queue. Also, I recommend not adding any
> WX widgets, unless you hate QT, because we're trying to move away from
> them.
> 
> The message passing interface might be a better choice, but the idea in
> general is very good.
> 
> Martin

Is there a reason not to use the message queue; maybe it is being
deprecated?  I'm experimenting with it now to pass FFT vectors out of the
flow into my python script to search for a frequency and tune demodulator,
and I can poll the queue every 10ms with no issues.  Should I be using
another method?  I don't want to write a block just yet.

Thanks,
Lou
KD4HSO



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Best-way-to-output-decoded-data-to-user-tp47578p47611.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

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