From 59d8fcaff2fcafd9b45adfaf5b25b6b42103f88e Mon Sep 17 00:00:00 2001 From: Mark Meserve Date: Tue, 28 Mar 2017 11:48:02 -0500 Subject: ad9371: cleanup ctrl remove device forward declaration make helper functions local to ad9371_ctrl.cpp fix UHD include paths --- mpm/include/mpm/ad937x/ad937x_ctrl.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mpm/include') 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 #include #include @@ -29,7 +28,6 @@ #include #include #include -class ad937x_device; class ad937x_ctrl : public boost::noncopyable { @@ -63,10 +61,6 @@ public: virtual std::vector 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 _get_valid_fir_lengths(const std::string& which); }; #ifdef LIBMPM_PYTHON -- cgit v1.2.3