|
GNU Radio's TEST Package
|
#include <gnuradio/thread/thread.h>#include <gnuradio/block.h>#include <gnuradio/sync_block.h>#include "osmosdr/ranges.h"#include "sink_iface.h"#include "freesrp_common.h"#include "readerwriterqueue/readerwriterqueue.h"#include <mutex>#include <condition_variable>#include <freesrp.hpp>Go to the source code of this file.
Classes | |
| class | freesrp_sink_c |
Functions | |
| freesrp_sink_c_sptr | make_freesrp_sink_c (const std::string &args="") |
| Return a shared_ptr to a new instance of freesrp_sink_c. More... | |
| freesrp_sink_c_sptr make_freesrp_sink_c | ( | const std::string & | args = "" | ) |
Return a shared_ptr to a new instance of freesrp_sink_c.
To avoid accidental use of raw pointers, freesrp_sink_c's constructor is private. make_freesrp_sink_c is the public interface for creating new instances.