discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Connect one source to multiple sinks?


From: David Carr
Subject: [Discuss-gnuradio] Connect one source to multiple sinks?
Date: Tue, 02 Nov 2004 02:06:56 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040928 MultiZilla/1.6.4.0b

There's an easy solution here but I don't know it...

       self.connect (src, filter1)
       self.connect (filter1, nulls1)
       self.connect (src, filter2)
       self.connect (filter2, nulls2)

python: ssrp_source_c.cc:65: virtual int ssrp_source_c::work(int, gr_vector_const_void_star&, gr_vector_void_star&): Assertion `output_items.size () == 1' failed.

I realize that this is the ssrp code that is balking, however this part is almost completely from the USRP. What is the right thing to do?

-David Carr




reply via email to

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