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


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to