|
GNU Radio's HIQSDR Package
|
<+description of block+> More...
#include <sink.h>
Public Types | |
| typedef boost::shared_ptr< sink > | sptr |
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... | |
<+description of block+>
| typedef boost::shared_ptr<sink> gr::hiqsdr::sink::sptr |
|
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.