commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6799 - gnuradio/trunk/gnuradio-examples/python/digita


From: jcorgan
Subject: [Commit-gnuradio] r6799 - gnuradio/trunk/gnuradio-examples/python/digital
Date: Fri, 2 Nov 2007 18:59:40 -0600 (MDT)

Author: jcorgan
Date: 2007-11-02 18:59:40 -0600 (Fri, 02 Nov 2007)
New Revision: 6799

Modified:
   gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py
Log:
Merged r6794:6798 from jcorgan/t198.  Fixes ticket:198.

Modified: gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py   2007-11-03 
00:57:43 UTC (rev 6798)
+++ gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py   2007-11-03 
00:59:40 UTC (rev 6799)
@@ -94,7 +94,9 @@
         gr.top_block.__init__(self)
         self.txpath = transmit_path(mod_class, options)
         self.rxpath = receive_path(demod_class, rx_callback, options)
-
+       self.connect(self.txpath);
+       self.connect(self.rxpath);
+       
     def send_pkt(self, payload='', eof=False):
         return self.txpath.send_pkt(payload, eof)
 





reply via email to

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