#include <usrp_basic.h>
#include <boost/shared_ptr.hpp>
#include <usrp_tune_result.h>
Go to the source code of this file.
Classes | |
class | usrp_standard_common |
class | usrp_standard_rx |
The C++ interface the receive side of the USRP
This is the recommended interface to USRP receive functionality for applications that use the USRP but not GNU Radio. More... | |
class | usrp_standard_tx |
The C++ interface the transmit side of the USRP
This is the recommended interface to USRP transmit functionality for applications that use the USRP but not GNU Radio. More... | |
Typedefs | |
typedef boost::shared_ptr < usrp_standard_tx > | usrp_standard_tx_sptr |
typedef boost::shared_ptr < usrp_standard_rx > | usrp_standard_rx_sptr |
typedef boost::shared_ptr<usrp_standard_rx> usrp_standard_rx_sptr |
typedef boost::shared_ptr<usrp_standard_tx> usrp_standard_tx_sptr |