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