diff options
author | Josh Blum | 2009-10-28 14:46:27 -0700 |
---|---|---|
committer | Josh Blum | 2009-10-28 14:46:27 -0700 |
commit | 005f14ca07e66056bdc8e33a0cae1d461f5e1b9d (patch) | |
tree | e81b3ef8ca63618e183a6d36a015f1f474f8abe7 /grc/python/flow_graph.tmpl | |
parent | 175c074ba74143d5af530e5cc4bd50335f64b1d5 (diff) | |
download | gnuradio-005f14ca07e66056bdc8e33a0cae1d461f5e1b9d.tar.gz gnuradio-005f14ca07e66056bdc8e33a0cae1d461f5e1b9d.tar.bz2 gnuradio-005f14ca07e66056bdc8e33a0cae1d461f5e1b9d.zip |
renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly
Diffstat (limited to 'grc/python/flow_graph.tmpl')
-rw-r--r-- | grc/python/flow_graph.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index 31d99a61c..ab764006c 100644 --- a/grc/python/flow_graph.tmpl +++ b/grc/python/flow_graph.tmpl @@ -135,7 +135,7 @@ class $(class_name)(gr.hier_block2): $DIVIDER #end if #for $msg in $messages - $(msg.get_source().get_parent().get_id())_msgq = $(msg.get_sink().get_parent().get_id())_msgq = gr.msg_queue(2) + $(msg.get_source().get_parent().get_id())_msgq_out = $(msg.get_sink().get_parent().get_id())_msgq_in = gr.msg_queue(2) #end for ######################################################## ##Create Blocks |