~ubuntu-branches/ubuntu/precise/gnuradio/precise

« back to all changes in this revision

Viewing changes to gr-wxgui/src/python/constants.py

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright 2008 Free Software Foundation, Inc.
 
3
#
 
4
# This file is part of GNU Radio
 
5
#
 
6
# GNU Radio is free software; you can redistribute it and/or modify
 
7
# it under the terms of the GNU General Public License as published by
 
8
# the Free Software Foundation; either version 3, or (at your option)
 
9
# any later version.
 
10
#
 
11
# GNU Radio is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with GNU Radio; see the file COPYING.  If not, write to
 
18
# the Free Software Foundation, Inc., 51 Franklin Street,
 
19
# Boston, MA 02110-1301, USA.
 
20
#
 
21
 
 
22
##################################################
 
23
# Controller Keys
 
24
##################################################
 
25
AC_COUPLE_KEY = 'ac_couple'
 
26
ALPHA_KEY = 'alpha'
 
27
AUTORANGE_KEY = 'autorange'
 
28
AVERAGE_KEY = 'average'
 
29
AVG_ALPHA_KEY = 'avg_alpha'
 
30
BASEBAND_FREQ_KEY = 'baseband_freq'
 
31
BETA_KEY = 'beta'
 
32
COLOR_MODE_KEY = 'color_mode'
 
33
DECIMATION_KEY = 'decimation'
 
34
DYNAMIC_RANGE_KEY = 'dynamic_range'
 
35
FRAME_RATE_KEY = 'frame_rate'
 
36
GAIN_MU_KEY = 'gain_mu'
 
37
GAIN_OMEGA_KEY = 'gain_omega'
 
38
MARKER_KEY = 'marker'
 
39
XY_MARKER_KEY = 'xy_marker'
 
40
MSG_KEY = 'msg'
 
41
NUM_LINES_KEY = 'num_lines'
 
42
OMEGA_KEY = 'omega'
 
43
PEAK_HOLD_KEY = 'peak_hold'
 
44
REF_LEVEL_KEY = 'ref_level'
 
45
RUNNING_KEY = 'running'
 
46
SAMPLE_RATE_KEY = 'sample_rate'
 
47
TRIGGER_CHANNEL_KEY = 'trigger_channel'
 
48
TRIGGER_LEVEL_KEY = 'trigger_level'
 
49
TRIGGER_MODE_KEY = 'trigger_mode'
 
50
TRIGGER_SLOPE_KEY = 'trigger_slope'
 
51
TRIGGER_SHOW_KEY = 'trigger_show'
 
52
XY_MODE_KEY = 'xy_mode'
 
53
X_CHANNEL_KEY = 'x_channel'
 
54
Y_CHANNEL_KEY = 'y_channel'
 
55
T_FRAC_OFF_KEY = 't_frac_off'
 
56
T_DIVS_KEY = 't_divs'
 
57
T_OFF_KEY = 't_off'
 
58
T_PER_DIV_KEY = 't_per_div'
 
59
X_DIVS_KEY = 'x_divs'
 
60
X_OFF_KEY = 'x_off'
 
61
X_PER_DIV_KEY = 'x_per_div'
 
62
Y_DIVS_KEY = 'y_divs'
 
63
Y_OFF_KEY = 'y_off'
 
64
Y_PER_DIV_KEY = 'y_per_div'
 
65
MAXIMUM_KEY = 'maximum'
 
66
MINIMUM_KEY = 'minimum'
 
67
NUM_BINS_KEY = 'num_bins'
 
68
FRAME_SIZE_KEY = 'frame_size'
 
69
CHANNEL_OPTIONS_KEY = 'channel_options'