11#ifndef INCLUDED_NETWORK_UDP_SOURCE_H
12#define INCLUDED_NETWORK_UDP_SOURCE_H
49 typedef std::shared_ptr<udp_source>
sptr;
This block provides a UDP source block that starts a listener on the specified port and waits for inb...
Definition udp_source.h:47
std::shared_ptr< udp_source > sptr
Definition udp_source.h:49
static sptr make(size_t itemsize, size_t vecLen, int port, int header_type, int payloadsize, bool notify_missed, bool source_zeros, bool ipv6)
synchronous 1:1 input to output with history
Definition sync_block.h:26
#define NETWORK_API
Definition gr-network/include/gnuradio/network/api.h:19
GNU Radio logging wrapper.
Definition basic_block.h:29