From 7f28201b45a63735b3b710105e1c86dbe1f4e514 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 17 Sep 2009 10:37:27 -0700 Subject: Applied 'start streaming at' patch from Douglas Geiger --- usrp2/host/lib/control.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usrp2/host/lib/control.h') diff --git a/usrp2/host/lib/control.h b/usrp2/host/lib/control.h index 8769e4522..376c281a7 100644 --- a/usrp2/host/lib/control.h +++ b/usrp2/host/lib/control.h @@ -46,6 +46,14 @@ namespace usrp2 { op_start_rx_streaming_t op; op_generic_t eop; }; + + struct op_sync_and_start_rx_streaming_cmd + { + u2_eth_packet_t h; + op_generic_t sync_op; + op_start_rx_streaming_t rx_op; + op_generic_t eop; + }; struct op_stop_rx_cmd { u2_eth_packet_t h; -- cgit