diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2016-10-20 19:50:00 -0700 |
---|---|---|
committer | mbr0wn <martin.braun@ettus.com> | 2016-10-21 10:05:23 -0700 |
commit | 2a0e0612dcc9a477e690addae3fd8b42ed301f26 (patch) | |
tree | 43eb9c9e86bc6d6ba4071b3eac3027bd9adafb94 /host/docs/vrt_chdr.dox | |
parent | 9b215d85b7ae09b253839f93284a637ebc3385c3 (diff) | |
download | uhd-2a0e0612dcc9a477e690addae3fd8b42ed301f26.tar.gz uhd-2a0e0612dcc9a477e690addae3fd8b42ed301f26.tar.bz2 uhd-2a0e0612dcc9a477e690addae3fd8b42ed301f26.zip |
Docs: Minor housekeeping
Diffstat (limited to 'host/docs/vrt_chdr.dox')
-rw-r--r-- | host/docs/vrt_chdr.dox | 4 |
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 |