diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-03-28 18:15:06 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-03-28 18:15:06 -0700 |
commit | ebae0c45e3fae1ab4838136a060763c5c34ff889 (patch) | |
tree | 0895f01121c1212ba2524f8aef7b355215bbb2ba /gr-uhd | |
parent | 9024682186cf176749df4de948d034661b19638f (diff) | |
parent | 65ab4929dad317edd18208fbb6deb1e54e89eaf0 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/doc/uhd.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-uhd/doc/uhd.dox b/gr-uhd/doc/uhd.dox index 2b7f308984..da6d9d45f5 100644 --- a/gr-uhd/doc/uhd.dox +++ b/gr-uhd/doc/uhd.dox @@ -1,6 +1,7 @@ /*! \page page_uhd UHD Interface -\section Introduction +\section uhd_introduction Introduction + This is the GNU Radio UHD package. It is the interface to the UHD library to connect to and send and receive data between the Ettus Research, LLC product line. To use the UHD blocks, the Python @@ -78,7 +79,7 @@ Command name | Value Type | Description `gain` | double | Sets the Tx or Rx gain (in dB). Defaults to all channels. -\section Configuring a UHD object +\section uhd_configuring Configuring a UHD object A typical option parser setup for a UHD device looks like |