uhd/host
Martin Braun 4725e97c6d rfnoc: transport: Check if streamers are connected in send() and recv()
This adds a check in send() and recv() whether or not the streamer is
actually connected. If not, an exception is thrown with the message:

    [rx_stream] Attempting to call recv() before all channels are connected!

or

    [tx_stream] Attempting to call send() before all channels are connected!

The check is a single boolean flag check, but it does add a branch in
our hot code. Since this event is unlikely, and only happens in badly
configured apps, we will get some help from the CPUs branch prediction
to reduce the additional cost of this check.
2022-01-10 14:55:25 -06:00
..
cmake uhd: nsis: Remove broken shortcuts in Windows installer 2021-12-16 09:29:24 -06:00
docs e31x/e320: Amend LO-locked sensor names 2022-01-10 08:02:41 -06:00
examples examples: Fix tx_bursts bandwidth/freq/gain reporting 2021-12-16 09:18:47 -06:00
include host: Add divider constructor to spi_config_t 2022-01-06 15:05:32 -06:00
lib rfnoc: transport: Check if streamers are connected in send() and recv() 2022-01-10 14:55:25 -06:00
python uhd: Allow pass raw IQ data array to tone generator 2022-01-10 13:31:44 -06:00
tests host: rf_control: Add internal antenna API abstraction. 2022-01-05 10:28:39 -06:00
utils uhd: Fix RFNoC-capable detection in uhd_usrp_probe 2021-12-16 09:20:01 -06:00
.gitignore
CMakeLists.txt cmake: Set debug to -Og for Clang builds 2022-01-06 15:10:53 -06:00
LICENSE
README.md
uhd.pc.in

Host UHD™ Software Source Code

This directory tree contains the source code that builds the UHD software library on your host computer. This library contains the drivers for all Ettus Research products, and the framework and API that make them usable to application-level programs. The UHD library runs entirely in user-space.

Documentation

For documentation, please refer to the following resources:

For technical documentation related to our devices and UHD check out the UHD and USRP Manual.

Additionally, be sure to check out the Ettus Research FAQ, and the Knowledge Base for useful application notes and tutorials.

Support

If you have purchased an Ettus Research USRP™ product and need technical support using the device or using this UHD™ software, please e-mail the USRP-Users mailing list, which is where Ettus Research, and our community, provide support to users.

Note that you must be subscribed to the list in order to post a message to the list. This is to prevent spammers from just sending garbage messages out over the listserve.