Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b

Parent Directory (gnuradio/gr-uhd)

Kludge Summary of gnuradio/gr-uhd/apps

Total Kludges 1
Total Subdirs 0

All Directories within gnuradio/gr-uhd/apps

All Files within gnuradio/gr-uhd/apps

Kludge Snippets in gnuradio/gr-uhd/apps

gnuradio/gr-uhd/apps/uhd_fft.py

Category FIXME
Committer Tom Rondeau
Commit ID 6736e9623fe35bfac53886c41766f166331fd4ca
156        
157            def _build_subpanel(self, vbox_arg):
158                # build a secondary information panel (sometimes hidden)
159        
160                # FIXME figure out how to have this be a subpanel that is always
161                # created, but has its visibility controlled by foo.Show(True/False)
162                
163                def _form_set_samp_rate(kv):
164                    return self.set_samp_rate(kv['samprate'])