diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-11-03 16:27:08 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-12-03 20:44:59 +0100 |
commit | 0da9251e68606dc9cbb3e1d36914cfb95f890ada (patch) | |
tree | 756828559f8e96f53e2c485408bbe89f1f59655f /host/docs/uhd.dox | |
parent | b228b755ca6ddb300a268d7bf7fb5406c8df534e (diff) | |
download | uhd-0da9251e68606dc9cbb3e1d36914cfb95f890ada.tar.gz uhd-0da9251e68606dc9cbb3e1d36914cfb95f890ada.tar.bz2 uhd-0da9251e68606dc9cbb3e1d36914cfb95f890ada.zip |
transport: Made CHDR-related routines separate from VRT
Our VRT routines have the option to switch, on the fly, between
VRLP and CHDR. This adds new CHDR-specific (un-)packers, which
can only work with CHDR.
Diffstat (limited to 'host/docs/uhd.dox')
-rw-r--r-- | host/docs/uhd.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/docs/uhd.dox b/host/docs/uhd.dox index 5b0738969..5cbe51a90 100644 --- a/host/docs/uhd.dox +++ b/host/docs/uhd.dox @@ -11,6 +11,7 @@ Some additional pages on developing UHD are also available here: \li \subpage page_coding \li \subpage page_stream +\li \subpage page_rtp */ // vim:ft=doxygen: |