discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Muliple top_block()


From: Mike Clark
Subject: Re: [Discuss-gnuradio] Muliple top_block()
Date: Mon, 20 Jun 2011 06:59:59 -0400

try tb1.start() and tb2.start(). That should run them in separate threads.

Mike

On Mon, Jun 20, 2011 at 6:34 AM, smith mark <address@hidden> wrote:
> Hi all,
> I wanted to know that whether one can have multiple gr.top_block() or not?
> for example
> tb1=gr.top_block()
> tb2=gr.top_block()
> tb1.run()
> tb2.run()
> and have them running at the same time.
> Regards
> Smith
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>



reply via email to

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