#include <gnuradio/sync_block.h>
#include <gnuradio/thread/thread.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
Go to the source code of this file.
|
rtl_tcp_source_f_sptr | make_rtl_tcp_source_f (size_t itemsize, const char *host, unsigned short port, int payload_size, bool eof=false, bool wait=false) |
|
◆ optval_t
◆ rtlsdr_tuner
Enumerator |
---|
RTLSDR_TUNER_UNKNOWN | |
RTLSDR_TUNER_E4000 | |
RTLSDR_TUNER_FC0012 | |
RTLSDR_TUNER_FC0013 | |
RTLSDR_TUNER_FC2580 | |
RTLSDR_TUNER_R820T | |
RTLSDR_TUNER_R828D | |
◆ make_rtl_tcp_source_f()
rtl_tcp_source_f_sptr make_rtl_tcp_source_f |
( |
size_t |
itemsize, |
|
|
const char * |
host, |
|
|
unsigned short |
port, |
|
|
int |
payload_size, |
|
|
bool |
eof = false , |
|
|
bool |
wait = false |
|
) |
| |