#include <gr_udp_sink.h>
#include <gr_io_signature.h>
#include <stdexcept>
#include <netdb.h>
#include <stdio.h>
Defines | |
#define | SNK_VERBOSE 0 |
Functions | |
gr_udp_sink_sptr | gr_make_udp_sink (size_t itemsize, const char *src, unsigned short port_src, const char *dst, unsigned short port_dst, int payload_size) |
#define SNK_VERBOSE 0 |
gr_udp_sink_sptr gr_make_udp_sink | ( | size_t | itemsize, | |
const char * | src, | |||
unsigned short | port_src, | |||
const char * | dst, | |||
unsigned short | port_dst, | |||
int | payload_size | |||
) |