commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3578 - gnuradio/branches/developers/trondeau/digital-


From: trondeau
Subject: [Commit-gnuradio] r3578 - gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2
Date: Mon, 18 Sep 2006 21:03:31 -0600 (MDT)

Author: trondeau
Date: 2006-09-18 21:03:30 -0600 (Mon, 18 Sep 2006)
New Revision: 3578

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/receive_path.py
   
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/transmit_path.py
Log:
the rest of it...

Modified: 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/receive_path.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/receive_path.py
    2006-09-19 02:58:59 UTC (rev 3577)
+++ 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/receive_path.py
    2006-09-19 03:03:30 UTC (rev 3578)
@@ -192,6 +192,8 @@
         Adds receiver-specific options to the Options Parser
         """
         parser.add_option("-v", "--verbose", action="store_true", 
default=False)
+        parser.add_option("", "--log", action="store_true", default=False,
+                          help="Print all parts of flow graph to file 
(CAUTION: lots of data)")
         rx_grp = parser.add_option_group("Receive Path")
         rx_grp.add_option("-R", "--rx-subdev-spec", type="subdev", 
default=None,
                           help="select USRP Rx side A or B")

Modified: 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/transmit_path.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/transmit_path.py
   2006-09-19 02:58:59 UTC (rev 3577)
+++ 
gnuradio/branches/developers/trondeau/digital-wip/gnuradio-examples/python/gmsk2/transmit_path.py
   2006-09-19 03:03:30 UTC (rev 3578)
@@ -178,6 +178,8 @@
         Adds transmitter-specific options to the Options Parser
         """
         parser.add_option("-v", "--verbose", action="store_true", 
default=False)
+        parser.add_option("", "--log", action="store_true", default=False,
+                          help="Print all parts of flow graph to file 
(CAUTION: lots of data)")
         tx_grp = parser.add_option_group("Transmit Path")
         tx_grp.add_option("-T", "--tx-subdev-spec", type="subdev", 
default=None,
                           help="select USRP Tx side A or B")





reply via email to

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