aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/rx_stream_terminator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* lib: rfnoc: apply clang-formatMartin Braun2019-01-171-30/+37
| | | | | | This is a continuation of 967be2a4. $ clang-format -i -style=file host/lib/rfnoc/*.cpp
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-2/+2
| | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* rfnoc: Fix potential double-overrun handling in rx stream terminatorMartin Braun2017-10-041-0/+6
| | | | | | It's feasible that error messages are sent out during overrun handling, which would cause a nested invocation of handle_overrun(). This adds a lock to prevent that.
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-4/+4
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-8/+7
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* rfnoc: Fixed case where stream terminators would not notify node about ↵Martin Braun2016-10-191-0/+1
| | | | active status
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+131