#include <sink_impl.h>
|
| typedef boost::shared_ptr< sink > | sptr |
| |
| static sptr | make (size_t itemsize, const char *host, unsigned short port, int payload_size=1472, bool eof=true) |
| | Return a shared_ptr to a new instance of hiqsdr::sink. More...
|
| |
◆ sink_impl()
| gr::hiqsdr::sink_impl::sink_impl |
( |
size_t |
itemsize, |
|
|
const char * |
host, |
|
|
unsigned short |
port, |
|
|
int |
payload_size, |
|
|
bool |
eof |
|
) |
| |
◆ ~sink_impl()
| gr::hiqsdr::sink_impl::~sink_impl |
( |
| ) |
|
◆ connect()
| void gr::hiqsdr::sink_impl::connect |
( |
const char * |
host, |
|
|
unsigned short |
port |
|
) |
| |
◆ disconnect()
| void gr::hiqsdr::sink_impl::disconnect |
( |
| ) |
|
◆ payload_size()
| int gr::hiqsdr::sink_impl::payload_size |
( |
| ) |
|
|
inline |
◆ work()
| int gr::hiqsdr::sink_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: