diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-14 12:03:52 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-14 12:03:52 -0800 |
commit | 8bd255c5f6ed586603727ffaa56d1eeb325458af (patch) | |
tree | 341223ed711ee8d226179d6abc1c4ecaaf30b013 /host/lib/usrp/b100/b100_impl.hpp | |
parent | 2f21932ae1e8f7cc584eff791dcd67a8ea2ca144 (diff) | |
download | uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.tar.gz uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.tar.bz2 uhd-8bd255c5f6ed586603727ffaa56d1eeb325458af.zip |
b100: added transport flushes and moved around reset code
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index b71b65562..eab9c750b 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -123,10 +123,8 @@ private: void update_rx_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_tx_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_clock_source(const std::string &); - void reset_gpif(const boost::uint16_t); void enable_gpif(const bool); void clear_fpga_fifo(void); - void set_reset_fpga(const bool en); void handle_async_message(uhd::transport::managed_recv_buffer::sptr); uhd::sensor_value_t get_ref_locked(void); void set_rx_fe_corrections(const double); |