diff options
author | Josh Blum | 2009-08-24 21:35:46 -0700 |
---|---|---|
committer | Josh Blum | 2009-08-24 21:35:46 -0700 |
commit | e6f9073f11e016fba2793c3a6d9c026399994e08 (patch) | |
tree | e7d1e720c06fac7c600b51e22b6965a2847fd241 /gr-wxgui/src/python/constants.py | |
parent | 07d9b76e4bf8799d87775bd5546abf1f9ac5c995 (diff) | |
parent | b6c19491d34357ab2d6332f91733afe7367da92a (diff) | |
download | gnuradio-e6f9073f11e016fba2793c3a6d9c026399994e08.tar.gz gnuradio-e6f9073f11e016fba2793c3a6d9c026399994e08.tar.bz2 gnuradio-e6f9073f11e016fba2793c3a6d9c026399994e08.zip |
Merge branch 'wxgui' of git@gnuradio.org:jblum into grc
Diffstat (limited to 'gr-wxgui/src/python/constants.py')
-rw-r--r-- | gr-wxgui/src/python/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/constants.py b/gr-wxgui/src/python/constants.py index 5e1395701..8ff7fa8fe 100644 --- a/gr-wxgui/src/python/constants.py +++ b/gr-wxgui/src/python/constants.py @@ -41,6 +41,8 @@ MSG_KEY = 'msg' NUM_LINES_KEY = 'num_lines' OMEGA_KEY = 'omega' PEAK_HOLD_KEY = 'peak_hold' +TRACE_STORE_KEY = 'trace_store' +TRACE_SHOW_KEY = 'trace_show' REF_LEVEL_KEY = 'ref_level' RUNNING_KEY = 'running' SAMPLE_RATE_KEY = 'sample_rate' |