commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6801 - gnuradio/branches/releases/3.1/gnuradio-exampl


From: jcorgan
Subject: [Commit-gnuradio] r6801 - gnuradio/branches/releases/3.1/gnuradio-examples/python/digital
Date: Fri, 2 Nov 2007 19:06:58 -0600 (MDT)

Author: jcorgan
Date: 2007-11-02 19:06:58 -0600 (Fri, 02 Nov 2007)
New Revision: 6801

Modified:
   gnuradio/branches/releases/3.1/gnuradio-examples/python/digital/tunnel.py
Log:
Applied changeset r6799 on trunk to release branch.

Modified: 
gnuradio/branches/releases/3.1/gnuradio-examples/python/digital/tunnel.py
===================================================================
--- gnuradio/branches/releases/3.1/gnuradio-examples/python/digital/tunnel.py   
2007-11-03 01:00:13 UTC (rev 6800)
+++ gnuradio/branches/releases/3.1/gnuradio-examples/python/digital/tunnel.py   
2007-11-03 01:06:58 UTC (rev 6801)
@@ -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]