GNU Radio's TEST Package
|
#include <boost/circular_buffer.hpp>
#include <mutex>
#include <condition_variable>
#include <gnuradio/sync_block.h>
#include <libairspy/airspy.h>
#include "source_iface.h"
Go to the source code of this file.
Classes | |
class | airspy_source_c |
Provides a stream of complex samples. More... | |
Functions | |
airspy_source_c_sptr | make_airspy_source_c (const std::string &args="") |
Return a shared_ptr to a new instance of airspy_source_c. More... | |
airspy_source_c_sptr make_airspy_source_c | ( | const std::string & | args = "" | ) |
Return a shared_ptr to a new instance of airspy_source_c.
To avoid accidental use of raw pointers, airspy_source_c's constructor is private. make_airspy_source_c is the public interface for creating new instances.