aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-21 12:27:49 -0700
committerJosh Blum <josh@joshknows.com>2010-10-21 12:27:49 -0700
commitbd59192bd4eceaf86b60d91651e6b0bf11c2274e (patch)
tree11d8b02694f372d3ae53d648bffd1f363005cc04 /host/lib/usrp/usrp2/usrp2_impl.hpp
parente2f76bddae7845024056b479658651c6da2b0f4d (diff)
downloaduhd-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.hpp3
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 &);