discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Combining gr.trellis and mod_pkt


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Re: Combining gr.trellis and mod_pkt
Date: Tue, 5 Feb 2008 18:11:31 -0800

On 2/5/08, Steven Clark <address@hidden> wrote:

> 1) With this second block chain inside the top block, tb.wait() never
> returns. I can't even ctrl-c out of python, it's just stuck.

Your msg_source, which is a gr.message_source, is blocked, waiting for
new messages to arrive. In order to allow the second block chain to
exit, you need to send it a message that causes it to unblock.  The
flowgraph scheduler thread that is running this chain will then see
the indication that it should exit, and do so.

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com/




reply via email to

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