diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-30 17:52:27 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-30 17:52:27 +0000 |
commit | 03be4d0673c5e0f597db7d27f535956a591bbeb7 (patch) | |
tree | 08e00d142f1f51b1c528ed97b37f43fa05a1173b /host/lib/usrp/usrp_e/usrp_e_impl.hpp | |
parent | 1dbd0788bec3964e7a5913f4e9b09cde266e5d19 (diff) | |
download | uhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.tar.gz uhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.tar.bz2 uhd-03be4d0673c5e0f597db7d27f535956a591bbeb7.zip |
filled in some gpio handling code, some mboard impl, added usrp_e_regs (like memory map)
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_impl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp index e593b13ad..643589754 100644 --- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp @@ -15,6 +15,7 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // +#include <uhd/types/clock_config.hpp> #include <uhd/usrp/usrp_e.hpp> #include <uhd/usrp/dboard_manager.hpp> @@ -95,6 +96,8 @@ private: static const size_t _max_num_samples = 2048/sizeof(boost::uint32_t); int _node_fd; + uhd::clock_config_t _clock_config; + //device functions and settings void get(const wax::obj &, wax::obj &); void set(const wax::obj &, const wax::obj &); |