diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-27 15:57:35 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-27 15:57:35 -0700 |
commit | 0208b28e58e3719dc4dfb8df73fe5ae49e4a6306 (patch) | |
tree | 346b6e149f19e88125fe4197e39f83855ce65ecf /host/lib/usrp/usrp_e/usrp_e_impl.hpp | |
parent | fa7704be20005a705efdc96aa785d80911638107 (diff) | |
download | uhd-0208b28e58e3719dc4dfb8df73fe5ae49e4a6306.tar.gz uhd-0208b28e58e3719dc4dfb8df73fe5ae49e4a6306.tar.bz2 uhd-0208b28e58e3719dc4dfb8df73fe5ae49e4a6306.zip |
usrp-e: use clock control to get clock rate, removed temporary constant
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_impl.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp index 421a9623d..e55b46b80 100644 --- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp @@ -30,8 +30,6 @@ #ifndef INCLUDED_USRP_E_IMPL_HPP #define INCLUDED_USRP_E_IMPL_HPP -static const double MASTER_CLOCK_RATE = 64e6; //TODO get from clock control -static const char *hash_file_path = "/tmp/usrp_e100_hash"; static const boost::uint16_t USRP_E_COMPAT_NUM = 0x02; //! load an fpga image from a bin file into the usrp-e fpga @@ -100,9 +98,6 @@ private: //interface to ioctls and file descriptor usrp_e_iface::sptr _iface; - //FIXME fetch from ioctl? - static const size_t _max_num_samples = 2048/sizeof(boost::uint32_t); - //handle io stuff UHD_PIMPL_DECL(io_impl) _io_impl; uhd::otw_type_t _send_otw_type, _recv_otw_type; |