#include <gnuradio/sync_block.h>
#include <gnuradio/thread/thread.h>
#include <gnuradio/msg_queue.h>
Go to the source code of this file.
|
BAZ_API baz_tcp_sink_sptr | baz_make_tcp_sink (size_t itemsize, const char *host, unsigned short port, bool blocking=true, bool auto_reconnect=false, bool verbose=false) |
|
◆ baz_make_tcp_sink()
BAZ_API baz_tcp_sink_sptr baz_make_tcp_sink |
( |
size_t |
itemsize, |
|
|
const char * |
host, |
|
|
unsigned short |
port, |
|
|
bool |
blocking = true , |
|
|
bool |
auto_reconnect = false , |
|
|
bool |
verbose = false |
|
) |
| |
◆ baz_tcp_sink