discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] unittest with USRP not finishing


From: Mike Jameson
Subject: Re: [Discuss-gnuradio] unittest with USRP not finishing
Date: Wed, 6 Feb 2013 14:04:56 +0000

Hi,

You have to call tb.stop() before the tb.wait(), not the other way around like you mentioned:

tb.stop()
tb.wait()

The tb.wait() is to make sure the flowgraph has fully stopped before doing anything else.

Cheers,

Mike

Mike
M0MIK


On 6 February 2013 13:37, maiconkist <address@hidden> wrote:
Resolved.

Its necessary to call gr.top_block::wait() method before the "stop()".
Anybody know why this is necessary?



--
View this message in context: http://gnuradio.4.n7.nabble.com/unittest-with-USRP-not-finishing-tp39439p39441.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
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]