aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/include
diff options
context:
space:
mode:
authorMark Meserve <mark.meserve@ni.com>2017-03-28 11:48:02 -0500
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:44 -0800
commit59d8fcaff2fcafd9b45adfaf5b25b6b42103f88e (patch)
tree7c3fe1716dba500845d9b547767746f6078ad42e /mpm/include
parent24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf (diff)
downloaduhd-59d8fcaff2fcafd9b45adfaf5b25b6b42103f88e.tar.gz
uhd-59d8fcaff2fcafd9b45adfaf5b25b6b42103f88e.tar.bz2
uhd-59d8fcaff2fcafd9b45adfaf5b25b6b42103f88e.zip
ad9371: cleanup ctrl
remove device forward declaration make helper functions local to ad9371_ctrl.cpp fix UHD include paths
Diffstat (limited to 'mpm/include')
-rw-r--r--mpm/include/mpm/ad937x/ad937x_ctrl.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/mpm/include/mpm/ad937x/ad937x_ctrl.hpp b/mpm/include/mpm/ad937x/ad937x_ctrl.hpp
index 663424b06..10cbb0717 100644
--- a/mpm/include/mpm/ad937x/ad937x_ctrl.hpp
+++ b/mpm/include/mpm/ad937x/ad937x_ctrl.hpp
@@ -19,7 +19,6 @@
#include "mpm/spi/spi_lock.hpp"
-// TODO: fix path of UHD includes
#include <uhd/types/direction.hpp>
#include <uhd/types/ranges.hpp>
#include <uhd/exception.hpp>
@@ -29,7 +28,6 @@
#include <memory>
#include <functional>
#include <set>
-class ad937x_device;
class ad937x_ctrl : public boost::noncopyable
{
@@ -63,10 +61,6 @@ public:
virtual std::vector<int16_t> get_fir(const std::string &which, int8_t &gain) = 0;
virtual int16_t get_temperature() = 0;
-
-protected:
- static uhd::direction_t _get_direction_from_antenna(const std::string& antenna);
- static std::set<size_t> _get_valid_fir_lengths(const std::string& which);
};
#ifdef LIBMPM_PYTHON