discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] What happens when delete_head() is executed?


From: Mattias Kjellsson
Subject: Re: [Discuss-gnuradio] What happens when delete_head() is executed?
Date: Thu, 30 Jul 2009 11:21:21 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

udadidd wrote:
> 2) Now i try to read this file back and unmake packets. But the code doesnt
> do any thing at msg.delete_head().
>   
delete_head() is a blocking function, which blocks until there is a
message in the queue. You might want to try using the non- blocking
version instead?

You may compile the documentation (if it isn't done per default) which
per default locates itself in
/usr/local/share/doc/gnuradio-X.Xsvn/html/index.html

Cheers!
//Mattias




reply via email to

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