|
GNU Radio's HNCHIIO Package
|
<+description of block+> More...
#include <thirtytwobit_sink.h>
Public Types | |
| typedef std::shared_ptr< thirtytwobit_sink > | sptr |
Static Public Member Functions | |
| static sptr | make (const std::string &uri, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int interpolation=0, bool cyclic=false) |
| Return a shared_ptr to a new instance of hnchiio::device. | |
| static sptr | make_from (struct iio_context *ctx, const std::string &device, const std::vector< std::string > &channels, const std::string &device_phy, const std::vector< std::string > ¶ms, unsigned int buffer_size=DEFAULT_BUFFER_SIZE, unsigned int interpolation=0, bool cyclic=false) |
<+description of block+>
| typedef std::shared_ptr<thirtytwobit_sink> gr::hnchiio::thirtytwobit_sink::sptr |
|
static |
Return a shared_ptr to a new instance of hnchiio::device.
To avoid accidental use of raw pointers, hnchiio::device's constructor is in a private implementation class. hnchiio::device::make is the public interface for creating new instances.
References DEFAULT_BUFFER_SIZE.
|
static |
References DEFAULT_BUFFER_SIZE.