renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly
[debian/gnuradio] / grc / python / flow_graph.tmpl
index 31d99a61c2dde5096e55b120c4f63c720956578a..ab764006c06e304f9a663a655b7a2edd66ed75bb 100644 (file)
@@ -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