gr-baz Package
|
#include <gnuradio/sync_block.h>
#include <gnuradio/thread/thread.h>
#include <gnuradio/msg_queue.h>
Go to the source code of this file.
Classes | |
class | UDP_SINK_NAME |
Write stream to an UDP socket. More... | |
Macros | |
#define | INCLUDED_GR_UDP_SINK_H |
#define | UDP_SINK_NAME gr_udp_sink |
#define | UDP_SINK_MAKER gr_make_udp_sink |
#define | UDP_SINK_SPTR gr_udp_sink_sptr |
#define | _TO_STR(x) #x |
#define | UDP_SINK_STRING _TO_STR(UDP_SINK_NAME) |
Typedefs | |
typedef boost::shared_ptr< UDP_SINK_NAME > | UDP_SINK_SPTR |
Functions | |
BAZ_API UDP_SINK_SPTR | UDP_SINK_MAKER (size_t itemsize, const char *host, unsigned short port, int payload_size=1472, bool eof=true, bool bor=false) |
Variables | |
class BAZ_API | UDP_SINK_NAME |
#define _TO_STR | ( | x | ) | #x |
#define INCLUDED_GR_UDP_SINK_H |
#define UDP_SINK_MAKER gr_make_udp_sink |
#define UDP_SINK_NAME gr_udp_sink |
#define UDP_SINK_SPTR gr_udp_sink_sptr |
#define UDP_SINK_STRING _TO_STR(UDP_SINK_NAME) |
typedef boost::shared_ptr<UDP_SINK_NAME> UDP_SINK_SPTR |
BAZ_API UDP_SINK_SPTR UDP_SINK_MAKER | ( | size_t | itemsize, |
const char * | host, | ||
unsigned short | port, | ||
int | payload_size = 1472 , |
||
bool | eof = true , |
||
bool | bor = false |
||
) |
class BAZ_API UDP_SINK_NAME |