|
GNU Radio's CYBERRADIO Package
|
<+description of block+> More...
#include <snapshot_source_c.h>
Public Types | |
| typedef boost::shared_ptr< snapshot_source_c > | sptr |
Static Public Member Functions | |
| static sptr | make (const std::string &ip, unsigned int port, unsigned int block_size, unsigned int block_rate) |
| Return a shared_ptr to a new instance of sg1450dsp::snapshot_source_c. More... | |
<+description of block+>
| typedef boost::shared_ptr<snapshot_source_c> gr::CyberRadio::snapshot_source_c::sptr |
|
static |
Return a shared_ptr to a new instance of sg1450dsp::snapshot_source_c.
To avoid accidental use of raw pointers, sg1450dsp::snapshot_source_c's constructor is in a private implementation class. sg1450dsp::snapshot_source_c::make is the public interface for creating new instances.