discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] new block creation


From: Yogesh Dahiya
Subject: Re: [Discuss-gnuradio] new block creation
Date: Fri, 14 Jun 2013 04:59:24 +0530

I tried setting reserve requirements and yes i want my ports to be asynchronous.
But it still not working
So if my trying with my port 0 disconnected or shorted

self.connect((self.another,0),(self.another,0))
self.connect((self.sniffer,0),(self.another,1))
self.connect((self.another,1),(self.extras_datagram_to_stream_0,0))

reserve requirements
self.input_config(0).reserve_items = 0
self.input_config(1).reserve_items = 0

work is not called


reply via email to

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