GNU Radio's OsmoSDR Package
rtl_tcp_source_f.h File Reference
#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>
Include dependency graph for rtl_tcp_source_f.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtl_tcp_source_f
 

Macros

#define ssize_t   int
 

Typedefs

typedef void * optval_t
 

Enumerations

enum  rtlsdr_tuner {
  RTLSDR_TUNER_UNKNOWN = 0, RTLSDR_TUNER_E4000, RTLSDR_TUNER_FC0012, RTLSDR_TUNER_FC0013,
  RTLSDR_TUNER_FC2580, RTLSDR_TUNER_R820T, RTLSDR_TUNER_R828D
}
 

Functions

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)
 

Macro Definition Documentation

#define ssize_t   int

Typedef Documentation

typedef void* optval_t

Enumeration Type Documentation

Enumerator
RTLSDR_TUNER_UNKNOWN 
RTLSDR_TUNER_E4000 
RTLSDR_TUNER_FC0012 
RTLSDR_TUNER_FC0013 
RTLSDR_TUNER_FC2580 
RTLSDR_TUNER_R820T 
RTLSDR_TUNER_R828D 

Function Documentation

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 
)