diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-29 14:50:18 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-03 11:34:35 -0800 |
commit | b49e4f1eb62081a035c8d2e1d7b50e65e027ad72 (patch) | |
tree | 7be7376fcde20adc9e8a16111b5aabba50b53cf8 /host/docs/coding.dox | |
parent | f249b73036ce55b3beecad94cd0f362b6a2b8b5d (diff) | |
download | uhd-b49e4f1eb62081a035c8d2e1d7b50e65e027ad72.tar.gz uhd-b49e4f1eb62081a035c8d2e1d7b50e65e027ad72.tar.bz2 uhd-b49e4f1eb62081a035c8d2e1d7b50e65e027ad72.zip |
docs: Improve documentation for properties and -propagation
Diffstat (limited to 'host/docs/coding.dox')
-rw-r--r-- | host/docs/coding.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/docs/coding.dox b/host/docs/coding.dox index aab495c25..e5016ab04 100644 --- a/host/docs/coding.dox +++ b/host/docs/coding.dox @@ -10,6 +10,10 @@ The Multi-USRP class provides a high-level interface to a single USRP device with one or more channels, or multiple USRP devices in a homogeneous setup. See the documentation for uhd::usrp::multi_usrp. +\subsection coding_api_hilevel_rfnoc High-Level: The RFNoC API + +\li \subpage page_properties + \subsection coding_api_hilevelclock High-Level: The Multi-USRP-Clock The Multi-USRP-Clock class provides a high-level interface to a single clock |