GNU Radio's OsmoSDR Package

Takes a stream of complex samples.This uses the preferred technique: subclassing gr_hier_block2. More...

#include <osmosdr_snk_c.h>

Inheritance diagram for osmosdr_snk_c:

Public Member Functions

 ~osmosdr_snk_c ()
 

Friends

osmosdr_snk_c_sptr osmosdr_make_snk_c (const std::string &args)
 Return a shared_ptr to a new instance of osmosdr_snk_c. More...
 

Detailed Description

Takes a stream of complex samples.

This uses the preferred technique: subclassing gr_hier_block2.

Constructor & Destructor Documentation

osmosdr_snk_c::~osmosdr_snk_c ( )

Friends And Related Function Documentation

osmosdr_snk_c_sptr osmosdr_make_snk_c ( const std::string &  args)
friend

Return a shared_ptr to a new instance of osmosdr_snk_c.

To avoid accidental use of raw pointers, osmosdr_snk_c's constructor is private. osmosdr_make_snk_c is the public interface for creating new instances.


The documentation for this class was generated from the following file: