|
GNU Radio's CYBERRADIO Package
|
<+description of block+> More...
#include <snapshot_vector_source.h>
Public Types | |
| typedef std::shared_ptr< snapshot_vector_source > | 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) |
| Return a shared_ptr to a new instance of CyberRadio::snapshot_vector_source. | |
<+description of block+>
| typedef std::shared_ptr<snapshot_vector_source> gr::CyberRadio::snapshot_vector_source::sptr |
|
static |
Return a shared_ptr to a new instance of CyberRadio::snapshot_vector_source.
To avoid accidental use of raw pointers, CyberRadio::snapshot_vector_source's constructor is in a private implementation class. CyberRadio::snapshot_vector_source::make is the public interface for creating new instances.