X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fblocks%2Fgr_udp_source.xml;fp=grc%2Fblocks%2Fgr_udp_source.xml;h=a1b961651f33eac2abba43a26a5f36ca3f7b8e30;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=f03adf8024d43f3b9c2d4644e5e8769dbd0246c8;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/grc/blocks/gr_udp_source.xml b/grc/blocks/gr_udp_source.xml index f03adf80..a1b96165 100644 --- a/grc/blocks/gr_udp_source.xml +++ b/grc/blocks/gr_udp_source.xml @@ -8,7 +8,7 @@ UDP Source gr_udp_source from gnuradio import gr - gr.udp_source($type.size*$vlen, $ipaddr, $port, $mtu) + gr.udp_source($type.size*$vlen, $ipaddr, $port, $psize, $eof, $wait) set_mtu($mtu) Output Type @@ -53,11 +53,23 @@ int - MTU - mtu - 1024 + Payload Size + psize + 1472 int + + Null Pkt is EOF + eof + True + bool + + + Wait for Data + wait + True + bool + Vec Length vlen