diff options
| author | Josh Blum <josh@joshknows.com> | 2013-07-15 15:44:42 -0700 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2013-07-15 15:44:42 -0700 |
| commit | c464a63e87e32bea2b4c430ff29b0b5e0829893a (patch) | |
| tree | 9e6967a7e9f1e4d2b17c43d3bb497709f2fdeb8a /host/lib/usrp/CMakeLists.txt | |
| parent | 1f97c6c1e1ed05dbef94f74f52f1ed3370ebfd26 (diff) | |
| download | uhd-c464a63e87e32bea2b4c430ff29b0b5e0829893a.tar.gz uhd-c464a63e87e32bea2b4c430ff29b0b5e0829893a.tar.bz2 uhd-c464a63e87e32bea2b4c430ff29b0b5e0829893a.zip | |
uhd: added new calls to streamer object + support work
* The transmit streamer gives access to the async msg queue.
* The receive streamer gives access to the issue stream cmd.
* Supporting usrp implementation files updated.
* Example applications updated to use this API.
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
| -rw-r--r-- | host/lib/usrp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index 8ae379f73..d251fbaeb 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2010-2011 Ettus Research LLC +# Copyright 2010-2013 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |
