summaryrefslogtreecommitdiff
path: root/gr-blocks/grc
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2014-08-25 23:14:39 +0200
committerSebastian Koslowski <koslowski@kit.edu>2014-08-26 16:52:15 +0200
commitbcee01bf9bb04eeda82158e564949d79715bfca3 (patch)
tree88ea831e62be1dea542d173ea9d9c25246231a86 /gr-blocks/grc
parent4abbcf925525035414f03af5366e2eddd49e85f7 (diff)
grc: Generator warning for flowgraphs with a throttle and an external source/sink
The Generator will now issue a warning that it is usually wrong to use any hardware flow control and a throttle block at the same time.
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r--gr-blocks/grc/blocks_udp_source.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_udp_source.xml b/gr-blocks/grc/blocks_udp_source.xml
index bca1dff8b8..3b434c107e 100644
--- a/gr-blocks/grc/blocks_udp_source.xml
+++ b/gr-blocks/grc/blocks_udp_source.xml
@@ -7,6 +7,7 @@
<block>
<name>UDP Source</name>
<key>blocks_udp_source</key>
+ <throttle>1</throttle>
<import>from gnuradio import blocks</import>
<make>blocks.udp_source($type.size*$vlen, $ipaddr, $port, $psize, $eof)</make>
<callback>set_mtu($mtu)</callback>