aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/vrt_chdr.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-10-26 17:28:00 -0700
committerMartin Braun <martin.braun@ettus.com>2016-10-26 17:28:00 -0700
commit248377a1db9f2761fd984528cde11ab66555ebfb (patch)
tree1c638c0affb9b3154d288b74428cd5a912edd24a /host/docs/vrt_chdr.dox
parentf386a2805b1cda04eef8c2ba1a3c680edf28c2a6 (diff)
parent9517de45709adaea8b574011573a565007149d5d (diff)
downloaduhd-248377a1db9f2761fd984528cde11ab66555ebfb.tar.gz
uhd-248377a1db9f2761fd984528cde11ab66555ebfb.tar.bz2
uhd-248377a1db9f2761fd984528cde11ab66555ebfb.zip
Merge branch 'maint'
Diffstat (limited to 'host/docs/vrt_chdr.dox')
-rw-r--r--host/docs/vrt_chdr.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/vrt_chdr.dox b/host/docs/vrt_chdr.dox
index 8ab177b21..560f0b6a3 100644
--- a/host/docs/vrt_chdr.dox
+++ b/host/docs/vrt_chdr.dox
@@ -6,7 +6,7 @@ Radio transport protocols are used to exchange samples (or other items) between
If one were to sniff Ethernet traffic between a USRP and a PC, the packets would conform to a
radio transport protocol.
-For USRP devices, two radio transport protocols are relevent: VRT (the VITA Radio Transport protocol)
+For USRP devices, two radio transport protocols are relevant: VRT (the VITA Radio Transport protocol)
and CVITA (compressed VITA), also known as CHDR. Generation-3 devices and the B200 use CHDR, the rest
use VRT.
@@ -74,7 +74,7 @@ for Ethernet links as well as USB (e.g., for the B210).
\section vrt_code Code
-Relevent code sections for the radio transport layer are:
+Relevant code sections for the radio transport layer are:
* uhd::transport::vrt - Namespace for radio transport protocol related functions and definitions
* uhd::transport::vrt::chdr - Sub-namespace specifically for CVITA/CHDR
* uhd::sid_t - Datatype to represent SIDs