GNU Radio's OsmoSDR Package
osmosdr_src_c.h File Reference
#include <gnuradio/sync_block.h>
#include <gnuradio/thread/thread.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition_variable.hpp>
#include "source_iface.h"
Include dependency graph for osmosdr_src_c.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 Documentation

typedef struct osmosdr_dev osmosdr_dev_t

Function Documentation

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.