discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Finish python app after some processing in a C++


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Finish python app after some processing in a C++ work() function
Date: Tue, 03 Mar 2015 17:53:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Yes, just let the block return the magic WORK_DONE (==-1) value.

Greetings,
Marcus
On 03/03/2015 05:51 PM, Jorge Gallo wrote:

Hi,

 

I would like to find a way of saying to Python top_block that it should stop processing and the application must finish.

 

One of the blocks of the application will be a custom block and after gathering some samples it must tell python to stop.

 

Is there a direct way of doing that?

 

Regards,

Jorge


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