[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10644 - gnuradio/branches/developers/eb/t348/gr-utils
From: |
eb |
Subject: |
[Commit-gnuradio] r10644 - gnuradio/branches/developers/eb/t348/gr-utils/src/python |
Date: |
Wed, 18 Mar 2009 23:43:44 -0600 (MDT) |
Author: eb
Date: 2009-03-18 23:43:44 -0600 (Wed, 18 Mar 2009)
New Revision: 10644
Modified:
gnuradio/branches/developers/eb/t348/gr-utils/src/python/usrp_siggen.py
Log:
This change makes ^C behave properly (no carrier sent).
Next step: figure out a way to make this happen automatically.
Modified:
gnuradio/branches/developers/eb/t348/gr-utils/src/python/usrp_siggen.py
===================================================================
--- gnuradio/branches/developers/eb/t348/gr-utils/src/python/usrp_siggen.py
2009-03-19 05:37:45 UTC (rev 10643)
+++ gnuradio/branches/developers/eb/t348/gr-utils/src/python/usrp_siggen.py
2009-03-19 05:43:44 UTC (rev 10644)
@@ -212,6 +212,9 @@
try:
tb.run()
except KeyboardInterrupt:
+ print "KeyboardInterrupt!"
+ tb.stop()
+ tb.wait()
pass
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10644 - gnuradio/branches/developers/eb/t348/gr-utils/src/python,
eb <=