aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/mb_iface.hpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: Added link/graph specific stream managersAshish Chaudhari2019-11-261-27/+25
| | | | | - Fleshed out mb_iface - Managers currently only export ctrl APIs. Data APIs TBD
* rfnoc: Moved chdr types/packet class out of chdr dirAshish Chaudhari2019-11-261-1/+1
| | | | | | - Moved chdr_packet and chdr_types from rfnoc/chdr to rfnoc and updated all references - Moved non-CHDR definitions to rfnoc_common.hpp
* 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.