diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-21 12:27:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-21 12:27:49 -0700 |
commit | bd59192bd4eceaf86b60d91651e6b0bf11c2274e (patch) | |
tree | 11d8b02694f372d3ae53d648bffd1f363005cc04 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | e2f76bddae7845024056b479658651c6da2b0f4d (diff) | |
download | uhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.tar.gz uhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.tar.bz2 uhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.zip |
usrp2: handle real overflow packets in host, reload continuous stream cmd, remove firmware handling
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 558726a2b..a0c252047 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -92,10 +92,13 @@ public: return _clock_ctrl->get_master_clock_rate(); } + void handle_overflow(void); + private: size_t _index; int _rev_hi, _rev_lo; const size_t _recv_frame_size; + bool _continuous_streaming; //properties for this mboard void get(const wax::obj &, wax::obj &); |