diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-17 17:25:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-17 17:25:03 -0700 |
commit | 864de41af536de1a4e86aa4542e2cfeb21f2d309 (patch) | |
tree | 259f582fca4b73ea5db4811bf2423294b02477a3 /host/lib/usrp/misc_utils.hpp | |
parent | 0541029e4ecd06e840966b4005af316b92eeb9e5 (diff) | |
parent | 7d110e73e6b0651f73e8e5b165244f59e66fed87 (diff) | |
download | uhd-864de41af536de1a4e86aa4542e2cfeb21f2d309.tar.gz uhd-864de41af536de1a4e86aa4542e2cfeb21f2d309.tar.bz2 uhd-864de41af536de1a4e86aa4542e2cfeb21f2d309.zip |
Merge branch 'next'
Diffstat (limited to 'host/lib/usrp/misc_utils.hpp')
-rw-r--r-- | host/lib/usrp/misc_utils.hpp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/host/lib/usrp/misc_utils.hpp b/host/lib/usrp/misc_utils.hpp deleted file mode 100644 index 7fe3c899d..000000000 --- a/host/lib/usrp/misc_utils.hpp +++ /dev/null @@ -1,35 +0,0 @@ -// -// Copyright 2010 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. -// - -#ifndef INCLUDED_LIBUHD_USRP_MISC_UTILS_HPP -#define INCLUDED_LIBUHD_USRP_MISC_UTILS_HPP - -#include <uhd/config.hpp> -#include <uhd/wax.hpp> -#include <uhd/utils/gain_group.hpp> - -namespace uhd{ namespace usrp{ - - /*! - * Create a gain group that represents the subdevice and its codec. - */ - gain_group::sptr make_gain_group(wax::obj subdev, wax::obj codec); - -}} //namespace - -#endif /* INCLUDED_LIBUHD_USRP_MISC_UTILS_HPP */ - |