diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-29 00:45:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-29 00:45:26 -0700 |
commit | 86fffe7f9ed78a682879dd56c26628256f89e6ae (patch) | |
tree | dbad6c804cadc80baf69fd53fe86ee251d2a28f6 /host/test | |
parent | 3b02823640f3d7724c4d517114698285e914d735 (diff) | |
download | uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.tar.gz uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.tar.bz2 uhd-86fffe7f9ed78a682879dd56c26628256f89e6ae.zip |
Added tune helper to utils.
Takes a subdevice and dxc properties object and tunes them.
Made use of tune helper in simple device.
Moved gain handler into utils header dir.
Diffstat (limited to 'host/test')
-rw-r--r-- | host/test/gain_handler_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/test/gain_handler_test.cpp b/host/test/gain_handler_test.cpp index a7c6e1e82..76b065ce2 100644 --- a/host/test/gain_handler_test.cpp +++ b/host/test/gain_handler_test.cpp @@ -16,7 +16,7 @@ // #include <boost/test/unit_test.hpp> -#include <uhd/gain_handler.hpp> +#include <uhd/utils/gain_handler.hpp> #include <uhd/types/ranges.hpp> #include <uhd/types/dict.hpp> #include <uhd/props.hpp> |