USRP Hardware Driver and USRP Manual  Version: 3.15.0.0-2+b1
UHD and USRP Manual
Devices & Usage Manual

General Usage Manuals

USRP N-Series Devices

USRP B-Series Devices

USRP E-Series Devices

USRP X-Series Devices

USRP Legacy Series

Legacy devices are USRPs that are either no longer supported, or are no longer available for purchase. Refer to the individual manual pages for details. In general, no new feature development is happening for these devices, but unless stated otherwise, they will still work with this version of UHD.

Daughterboards

OctoClock

uhd::rx_streamer::sptr
boost::shared_ptr< rx_streamer > sptr
Definition: stream.hpp:173
uhd::tx_metadata_t::end_of_burst
bool end_of_burst
Set end of burst to true for the last packet in the chain.
Definition: metadata.hpp:151
uhd::device_addrs_t
std::vector< device_addr_t > device_addrs_t
A typedef for a vector of device addresses.
Definition: device_addr.hpp:87
uhd::tx_metadata_t::time_spec
time_spec_t time_spec
When to send the first sample.
Definition: metadata.hpp:145
uhd::usrp::multi_usrp::sptr
boost::shared_ptr< multi_usrp > sptr
Definition: multi_usrp.hpp:99
uhd::usrp::multi_usrp::make
static sptr make(const device_addr_t &dev_addr)
uhd::device_addr_t
Definition: device_addr.hpp:38
uhd::tx_metadata_t::has_time_spec
bool has_time_spec
Definition: metadata.hpp:142
uhd::time_spec_t
Definition: time_spec.hpp:29
uhd::stream_cmd_t
Definition: stream_cmd.hpp:36
uhd::stream_args_t
Definition: stream.hpp:59
uhd::stream_cmd_t::STREAM_MODE_NUM_SAMPS_AND_DONE
Definition: stream_cmd.hpp:41
uhd::usrp::multi_usrp
Definition: multi_usrp.hpp:96
uhd::tx_metadata_t::start_of_burst
bool start_of_burst
Set start of burst to true for the first packet in the chain.
Definition: metadata.hpp:148
uhd::device::find
static device_addrs_t find(const device_addr_t &hint, device_filter_t filter=ANY)
Find devices attached to the host.
uhd::tx_metadata_t
Definition: metadata.hpp:135