diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:36 -0700 |
commit | 7a7e704fa3d79036da1f33013e761eb747b725f0 (patch) | |
tree | 6c32c39d49b48dcddd641202352d00257188238d /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | d370b4bb3e6ff67027406f71cb6cf7a64d60b016 (diff) | |
parent | bd59192bd4eceaf86b60d91651e6b0bf11c2274e (diff) | |
download | uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.tar.gz uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.tar.bz2 uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.zip |
Merge branch 'ovfl' into good_stuff
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 &); |