#include <gnuradio/thread/thread.h>
#include <gnuradio/sync_block.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include <libhackrf/hackrf.h>
#include "sink_iface.h"
Go to the source code of this file.
hackrf_sink_c_sptr make_hackrf_sink_c |
( |
const std::string & |
args = "" | ) |
|
Return a shared_ptr to a new instance of hackrf_sink_c.
To avoid accidental use of raw pointers, hackrf_sink_c's constructor is private. make_hackrf_sink_c is the public interface for creating new instances.