|
GNU Radio 3.4.0 C++ API
|
#include <usrp2_source_32fc.h>

Public Member Functions | |
| ~usrp2_source_32fc () | |
| 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_32fc (const std::string &ifc, const std::string &mac) throw (std::runtime_error) | |
Friends | |
| usrp2_source_32fc_sptr | usrp2_make_source_32fc (const std::string &ifc, const std::string &mac) throw (std::runtime_error) |
| usrp2_source_32fc::usrp2_source_32fc | ( | const std::string & | ifc, |
| const std::string & | mac | ||
| ) | throw (std::runtime_error) [protected] |
| usrp2_source_32fc::~usrp2_source_32fc | ( | ) |
| int usrp2_source_32fc::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_32fc_sptr usrp2_make_source_32fc | ( | const std::string & | ifc, |
| const std::string & | mac | ||
| ) | throw (std::runtime_error) [friend] |