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