summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-05 21:03:38 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-06 13:03:46 -0500
commitf9d72e0a0c966322ae14be0f06658ffacefd15fd (patch)
treea0bc863191b89d0183f40391b91dd04eb03f6a47 /gnuradio-core/src
parent5616862e0e1fcf623311f015f82040f6f0b5aacb (diff)
GRC: can get list of ControlPort monitors to start them after top_block starts.
For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/python/gnuradio/ctrlport/monitor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py b/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
index 1e74a814f0..53a571a698 100644
--- a/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
+++ b/gnuradio-core/src/python/gnuradio/ctrlport/monitor.py
@@ -27,7 +27,6 @@ class monitor:
def __init__(self):
print "ControlPort Monitor running."
self.started = False
- self.start()
atexit.register(self.shutdown)
def __del__(self):