#include <usrp1_source_base.h>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | usrp1_source_s |
interface to Universal Software Radio Peripheral Rx path (Rev 1) More... | |
Typedefs | |
typedef boost::shared_ptr < usrp1_source_s > | usrp1_source_s_sptr |
Functions | |
usrp1_source_s_sptr | usrp1_make_source_s (int which_board, unsigned int decim_rate, int nchan, int mux, int mode, int fusb_block_size, int fusb_nblocks, const std::string fpga_filename, const std::string firmware_filename) throw (std::runtime_error) |
usrp1_source_s_sptr usrp1_make_source_s | ( | int | which_board, | |
unsigned int | decim_rate, | |||
int | nchan, | |||
int | mux, | |||
int | mode, | |||
int | fusb_block_size, | |||
int | fusb_nblocks, | |||
const std::string | fpga_filename, | |||
const std::string | firmware_filename | |||
) | throw (std::runtime_error) |