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/python/block.dtd | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 grc/python/block.dtd (limited to 'grc/python/block.dtd') diff --git a/grc/python/block.dtd b/grc/python/block.dtd new file mode 100644 index 000000000..7c6c39811 --- /dev/null +++ b/grc/python/block.dtd @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit From 97be31ab2bc2ce5cca1dd48568c5387f9af423f0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 19 Oct 2011 14:02:13 -0700 Subject: grc: added throttle tag to blocks that throttle --- grc/python/block.dtd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grc/python/block.dtd') diff --git a/grc/python/block.dtd b/grc/python/block.dtd index 7c6c39811..41a744d07 100644 --- a/grc/python/block.dtd +++ b/grc/python/block.dtd @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Top level element. A block contains a name, ...parameters list, and list of IO ports. --> - + @@ -53,3 +53,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + -- cgit From 515d1b6f91f5dd28997525b1e88006bbfc0f170a Mon Sep 17 00:00:00 2001 From: Tim O'Shea Date: Wed, 26 Sep 2012 14:18:30 -0400 Subject: added the ability to open custom GRC hier block definitions from graphs using an instance of them --- grc/python/block.dtd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grc/python/block.dtd') diff --git a/grc/python/block.dtd b/grc/python/block.dtd index 41a744d07..292ea06cb 100644 --- a/grc/python/block.dtd +++ b/grc/python/block.dtd @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Top level element. A block contains a name, ...parameters list, and list of IO ports. --> - + @@ -40,6 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + -- cgit