From 9988664127b367fa8fee4409f8460673d6f265e1 Mon Sep 17 00:00:00 2001 From: jblum Date: Tue, 23 Jun 2009 20:38:18 +0000 Subject: Merging r11186:11273 from grc branch. Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/blocks/variable.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 grc/blocks/variable.xml (limited to 'grc/blocks/variable.xml') diff --git a/grc/blocks/variable.xml b/grc/blocks/variable.xml new file mode 100644 index 000000000..afee0f5d4 --- /dev/null +++ b/grc/blocks/variable.xml @@ -0,0 +1,23 @@ + + + + Variable + variable + self.$(id) = $(id) = $value + + self.set_$(id)($value) + + Value + value + 0 + raw + + +This block maps a value to a unique variable. \ +This variable block has no graphical representation. + + -- cgit