Table of Contents
A device is an abstraction for hardware that is connected to the host system. For a USRP, this means that the motherboard and everything on it would be considered to be a "device". The device API provides ways to:
See the documentation in device.hpp for reference.
The Multi-USRP class provides a fat interface to a single USRP with one or more channels, or multiple USRPs in a homogeneous setup. See the documentation in usrp/multi_usrp.hpp for reference.