|
GNU Radio's TEST Package
|
#include <gnuradio/sync_block.h>#include <gnuradio/thread/thread.h>#include <mutex>#include <condition_variable>#include "source_iface.h"Go to the source code of this file.
Classes | |
| class | osmosdr_src_c |
| Provides a stream of complex samples. More... | |
Typedefs | |
| typedef struct osmosdr_dev | osmosdr_dev_t |
Functions | |
| osmosdr_src_c_sptr | osmosdr_make_src_c (const std::string &args="") |
| Return a shared_ptr to a new instance of osmosdr_src_c. More... | |
| typedef struct osmosdr_dev osmosdr_dev_t |
| 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.