#include <gr_udp_source.h>
#include <gr_io_signature.h>
#include <stdexcept>
#include <errno.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>

Defines | |
| #define | SRC_VERBOSE 0 |
Functions | |
| gr_udp_source_sptr | gr_make_udp_source (size_t itemsize, const char *ipaddr, unsigned short port, int payload_size) |
| #define SRC_VERBOSE 0 |
| gr_udp_source_sptr gr_make_udp_source | ( | size_t | itemsize, | |
| const char * | ipaddr, | |||
| unsigned short | port, | |||
| int | payload_size | |||
| ) |
1.5.5