aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/tx_async_msg_queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-6/+3
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-261-0/+52
Add an async message queue that aggregates errors from multiple sources. Errors can come from the strs packets originating from the stream endpoint or from the radio block through control packets to the host.