summaryrefslogtreecommitdiff
path: root/gr-wxgui/README.gl
diff options
context:
space:
mode:
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-22 02:37:46 +0000
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-22 02:37:46 +0000
commit407bbe4bb7c8f73ac7d79de2f209f0a0e375cd65 (patch)
tree0d7bcb324a36bc87bac6abc5525bdfadf2a570d6 /gr-wxgui/README.gl
parente35b75b4951a8a1c35dd6c8563db066391876f9d (diff)
config properties and rates for gl sinks
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9637 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-wxgui/README.gl')
-rw-r--r--gr-wxgui/README.gl15
1 files changed, 12 insertions, 3 deletions
diff --git a/gr-wxgui/README.gl b/gr-wxgui/README.gl
index 660758706c..1d3eec60be 100644
--- a/gr-wxgui/README.gl
+++ b/gr-wxgui/README.gl
@@ -7,14 +7,23 @@ editing an entry in the GNU Radio preferences file at:
[wxgui]
style=gl
+fft_rate=30
+waterfall_rate=30
+scope_rate=30
+number_rate=5
+const_rate=5
+const_size=2048
+>>>The style parameter accepts 'nongl', 'gl', and 'auto', and defaults to 'auto'.
-The style parameter accepts 'nongl', 'gl', and 'auto', and defaults to 'auto'.
-
-'nongl' forces the use of the non-GL (current) sinks.
+'nongl' forces the use of the non-GL (current) sinks.
'gl' forces the use of the new GL based sinks, and will raise an exception if the
appropriate GL support does not exist.
'auto' currently equates to 'nongl'; however, in release 3.2, this will change to
use GL if possible and if not, fallback to the non-GL versions.
+
+>>>The *_rate parameter sets the frame rate for various gl sinks.
+
+>>>The const_size parameter sets the number of constellation points per frame.