|
GNU Radio's OsmoSDR Package
|
#include <gr_sync_block.h>#include <gruel/thread.h>#include <boost/thread/mutex.hpp>#include <boost/thread/condition_variable.hpp>#include "osmosdr_src_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.