GNU Radio's OsmoSDR Package
|
Go to the source code of this file.
Classes | |
class | osmosdr_sink_c |
Takes a stream of complex samples.This uses the preferred technique: subclassing gr_hier_block2. More... | |
Functions | |
OSMOSDR_API osmosdr_sink_c_sptr | osmosdr_make_sink_c (const std::string &args="") |
Return a shared_ptr to a new instance of osmosdr_sink_c. More... | |
OSMOSDR_API osmosdr_sink_c_sptr osmosdr_make_sink_c | ( | const std::string & | args = "" | ) |
Return a shared_ptr to a new instance of osmosdr_sink_c.
To avoid accidental use of raw pointers, osmosdr_sink_c's constructor is private. osmosdr_make_sink_c is the public interface for creating new instances.