Interim commit.
This commit is contained in:
parent
2766107a76
commit
d71e6bc1e7
@ -72,7 +72,7 @@ class mainwindow(QtGui.QMainWindow):
|
|||||||
|
|
||||||
#disable by default
|
#disable by default
|
||||||
self.ui.check_adsbonly.setCheckState(QtCore.Qt.Unchecked)
|
self.ui.check_adsbonly.setCheckState(QtCore.Qt.Unchecked)
|
||||||
|
|
||||||
#set up the radio stuff
|
#set up the radio stuff
|
||||||
self.queue = gr.msg_queue(10)
|
self.queue = gr.msg_queue(10)
|
||||||
self.running = False
|
self.running = False
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
# You pass it options, it gives you data.
|
# You pass it options, it gives you data.
|
||||||
# It uses the pubsub interface to allow clients to subscribe to its data feeds.
|
# It uses the pubsub interface to allow clients to subscribe to its data feeds.
|
||||||
|
|
||||||
from gnuradio import gr, gru, optfir, eng_notation, blks2
|
from gnuradio import gr, gru, eng_notation, blks2
|
||||||
from gnuradio.eng_option import eng_option
|
from gnuradio.eng_option import eng_option
|
||||||
from gnuradio.gr.pubsub import pubsub
|
from gnuradio.gr.pubsub import pubsub
|
||||||
from optparse import OptionParser, OptionGroup
|
from optparse import OptionParser, OptionGroup
|
||||||
|
Loading…
Reference in New Issue
Block a user