11 #ifndef INCLUDED_NETWORK_UDP_SINK_H
12 #define INCLUDED_NETWORK_UDP_SINK_H
52 typedef std::shared_ptr<udp_sink>
sptr;
59 const std::string& host,
This block provides a UDP Sink block that can send data over UDP streams to a specified host.
Definition: udp_sink.h:50
static sptr make(size_t itemsize, size_t veclen, const std::string &host, int port, int header_type, int payloadsize, bool send_eof)
std::shared_ptr< udp_sink > sptr
Definition: udp_sink.h:52
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
GR_RUNTIME_API size_t itemsize(types::vector_type type)
GNU Radio logging wrapper.
Definition: basic_block.h:29