commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4378 - gnuradio/branches/developers/jcorgan/digital/g


From: jcorgan
Subject: [Commit-gnuradio] r4378 - gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital
Date: Mon, 5 Feb 2007 00:15:51 -0700 (MST)

Author: jcorgan
Date: 2007-02-05 00:15:51 -0700 (Mon, 05 Feb 2007)
New Revision: 4378

Modified:
   
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/benchmark_tx.py
   
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/transmit_path.py
Log:
Move --use-whitener-offset option to transmit_path.py so tunnel.py can use it 
too.

Modified: 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/benchmark_tx.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/benchmark_tx.py
       2007-02-05 06:54:06 UTC (rev 4377)
+++ 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/benchmark_tx.py
       2007-02-05 07:15:51 UTC (rev 4378)
@@ -73,8 +73,6 @@
                       help="enable discontinous transmission (bursts of 5 
packets)")
     parser.add_option("","--from-file", default=None,
                       help="use file for packet contents")
-    parser.add_option("","--use-whitener-offset", action="store_true", 
default=False,
-                      help="make sequential packets use different whitening")
 
     transmit_path.add_options(parser, expert_grp)
 

Modified: 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/transmit_path.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/transmit_path.py
      2007-02-05 06:54:06 UTC (rev 4377)
+++ 
gnuradio/branches/developers/jcorgan/digital/gnuradio-examples/python/digital/transmit_path.py
      2007-02-05 07:15:51 UTC (rev 4378)
@@ -202,6 +202,8 @@
                           help="set fpga interpolation rate to INTERP 
[default=%default]")
         expert.add_option("", "--log", action="store_true", default=False,
                           help="Log all parts of flow graph to file (CAUTION: 
lots of data)")
+        expert.add_option("","--use-whitener-offset", action="store_true", 
default=False,
+                          help="make sequential packets use different 
whitening")
 
     # Make a static method to call before instantiation
     add_options = staticmethod(add_options)





reply via email to

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