diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-08 17:22:37 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-08 17:22:37 -0800 |
commit | 81c9f77306dc82f250bfb2871b8bd7db67a40085 (patch) | |
tree | b1f1ec0a6feb4d66aaa35be97ffa795b122b3673 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 374f6ff05e66d10830a7567d2d793de2bf77c06b (diff) | |
download | uhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.tar.gz uhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.tar.bz2 uhd-81c9f77306dc82f250bfb2871b8bd7db67a40085.zip |
usrp2: implemented clear state for RX and TX control, and zero sample command support
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index e4980a539..e41cefc10 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -98,7 +98,6 @@ public: private: size_t _index; - const size_t _recv_samps_per_packet; bool _continuous_streaming; //interfaces |