commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6798 - gnuradio/branches/developers/jcorgan/t198/gnur


From: jcorgan
Subject: [Commit-gnuradio] r6798 - gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital
Date: Fri, 2 Nov 2007 18:57:45 -0600 (MDT)

Author: jcorgan
Date: 2007-11-02 18:57:43 -0600 (Fri, 02 Nov 2007)
New Revision: 6798

Modified:
   
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
Log:
Fixed ticket:198.

Modified: 
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
        2007-11-03 00:45:50 UTC (rev 6797)
+++ 
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
        2007-11-03 00:57:43 UTC (rev 6798)
@@ -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]