diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-13 12:42:23 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-13 12:42:23 -0700 |
commit | ad0d641b38dd79cc29b4ca7a3a02c02e35eb8f71 (patch) | |
tree | a4cc75cb4aced1114d4add0dc1ab4679523fc33d /host/include | |
parent | ea7568588a3837bd14b3ce2737afa2b8dcacafd2 (diff) | |
download | uhd-ad0d641b38dd79cc29b4ca7a3a02c02e35eb8f71.tar.gz uhd-ad0d641b38dd79cc29b4ca7a3a02c02e35eb8f71.tar.bz2 uhd-ad0d641b38dd79cc29b4ca7a3a02c02e35eb8f71.zip |
Moved clock control into abstraction clock control class.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/dboard_interface.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/host/include/uhd/usrp/dboard_interface.hpp b/host/include/uhd/usrp/dboard_interface.hpp index 2fa05c09d..c4e822751 100644 --- a/host/include/uhd/usrp/dboard_interface.hpp +++ b/host/include/uhd/usrp/dboard_interface.hpp @@ -183,14 +183,6 @@ public: * \param enb true for enabled */ virtual void set_clock_enabled(unit_t unit, bool enb) = 0; - - /*! - * Get the enabled status of a dboard block. - * - * \param unit which unit rx or tx - * \return true for enabled - */ - virtual bool get_clock_enabled(unit_t unit) = 0; }; }} //namespace |