GNU Radio 3.4.0 C++ API
|
#include <usrp2_source_16sc.h>
Public Member Functions | |
~usrp2_source_16sc () | |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Derived class must override this. | |
Protected Member Functions | |
usrp2_source_16sc (const std::string &ifc, const std::string &mac) throw (std::runtime_error) | |
Friends | |
usrp2_source_16sc_sptr | usrp2_make_source_16sc (const std::string &ifc, const std::string &mac) throw (std::runtime_error) |
usrp2_source_16sc::usrp2_source_16sc | ( | const std::string & | ifc, |
const std::string & | mac | ||
) | throw (std::runtime_error) [protected] |
usrp2_source_16sc::~usrp2_source_16sc | ( | ) |
int usrp2_source_16sc::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) | [virtual] |
Derived class must override this.
Implements usrp2_base.
usrp2_source_16sc_sptr usrp2_make_source_16sc | ( | const std::string & | ifc, |
const std::string & | mac | ||
) | throw (std::runtime_error) [friend] |