|
GNU Radio's TEST Package
|
#include <gnuradio/sync_block.h>#include <condition_variable>#include <mutex>#include <libhackrf/hackrf.h>#include "sink_iface.h"#include "hackrf_common.h"Go to the source code of this file.
Classes | |
| struct | circular_buffer |
| class | hackrf_sink_c |
Typedefs | |
| typedef struct circular_buffer | circular_buffer_t |
Functions | |
| hackrf_sink_c_sptr | make_hackrf_sink_c (const std::string &args="") |
| Return a shared_ptr to a new instance of hackrf_sink_c. | |
| typedef struct circular_buffer circular_buffer_t |
| 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.
References make_hackrf_sink_c().
Referenced by make_hackrf_sink_c().