GNU Radio's HIQSDR Package
gr::hiqsdr::sink Class Reference

<+description of block+> More...

#include <sink.h>

Inheritance diagram for gr::hiqsdr::sink:
gr::hiqsdr::sink_impl

Public Types

typedef boost::shared_ptr< sinksptr
 

Static Public Member Functions

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<sink> gr::hiqsdr::sink::sptr

Member Function Documentation

◆ make()

static sptr gr::hiqsdr::sink::make ( size_t  itemsize,
const char *  host,
unsigned short  port,
int  payload_size = 1472,
bool  eof = true 
)
static

Return a shared_ptr to a new instance of hiqsdr::sink.

To avoid accidental use of raw pointers, hiqsdr::sink's constructor is in a private implementation class. hiqsdr::sink::make is the public interface for creating new instances.


The documentation for this class was generated from the following file: