aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Add rfnoc_device base classMartin Braun2019-11-261-0/+1
| | | | | All USRP device impls that are RFNoC devices will need to derive from this (instead of device3).
* rfnoc: Add rfnoc::mb_iface interface classMartin Braun2019-11-261-0/+76
Its purpose is to provide a device-agnostic back-channel interface into the device guts for all rfnoc_graph devices.