diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-12-18 15:47:17 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2012-12-18 15:49:13 -0800 |
commit | 2acddaccbde707afe8c28f183bb4418947384786 (patch) | |
tree | 7d1390a5a72fec7793bec7c5a12b0b5873de4cbc /host/docs/coding.rst | |
parent | 9761065040e56e43a05b69e5e41ca66e4175ee8d (diff) | |
download | uhd-2acddaccbde707afe8c28f183bb4418947384786.tar.gz uhd-2acddaccbde707afe8c28f183bb4418947384786.tar.bz2 uhd-2acddaccbde707afe8c28f183bb4418947384786.zip |
docs: UHD/USRP rephrasing
Diffstat (limited to 'host/docs/coding.rst')
-rw-r--r-- | host/docs/coding.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst index ef8cb5fe2..432307cca 100644 --- a/host/docs/coding.rst +++ b/host/docs/coding.rst @@ -11,7 +11,7 @@ Various API interfaces Low-Level: The device API ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 +For a USRP device, this means that the motherboard and everything on it would be considered to be a "device". The device API provides ways to: * Discover devices that are physically connected to the host system. @@ -25,6 +25,6 @@ See the documentation in *device.hpp* for reference. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ High-Level: The Multi-USRP ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The Multi-USRP class provides a fat interface to a single USRP with -one or more channels, or multiple USRPs in a homogeneous setup. +The Multi-USRP class provides a fat interface to a single USRP device with +one or more channels, or multiple USRP devicess in a homogeneous setup. See the documentation in *usrp/multi_usrp.hpp* for reference. |