diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-29 21:53:38 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-29 21:53:38 -0700 |
commit | bc9c9f551a2b8c3bdab4e61c0d63f8377694da2c (patch) | |
tree | 9f0d009db24e3596e7296d7ef4bd2fba930fa334 /host/lib/usrp/b100/b100_impl.hpp | |
parent | ba088e27b054ddec8e5ec05f53da113f92c2be07 (diff) | |
download | uhd-bc9c9f551a2b8c3bdab4e61c0d63f8377694da2c.tar.gz uhd-bc9c9f551a2b8c3bdab4e61c0d63f8377694da2c.tar.bz2 uhd-bc9c9f551a2b8c3bdab4e61c0d63f8377694da2c.zip |
b100: removed old impl files, moved async processing to io impl
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index e0b7aa670..4ae8d2fc1 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -125,6 +125,7 @@ private: void update_tx_subdev_spec(const uhd::usrp::subdev_spec_t &); void update_ref_source(const std::string &); void prepare_gpif(void); + void handle_async_message(uhd::transport::managed_recv_buffer::sptr); }; #endif /* INCLUDED_b100_IMPL_HPP */ |