From 9f2aa9235f01b531966a8903583a2044fec1455d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 16 Jan 2012 23:04:53 -0800 Subject: uhd: add samples per pkt option to rx streamer --- host/include/uhd/stream.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/stream.hpp b/host/include/uhd/stream.hpp index b41c1733d..352f63e4e 100644 --- a/host/include/uhd/stream.hpp +++ b/host/include/uhd/stream.hpp @@ -88,6 +88,11 @@ struct UHD_API stream_args_t{ * In the "next_burst" mode, the DSP drops incoming packets until a new burst is started. * In the "next_packet" mode, the DSP starts transmitting again at the next packet. * + * - spp: (samples per packet) controls the size of RX packets. + * When not specified, the packets are always maximum frame size. + * Users should specify this option to request smaller than default + * packets, probably with the intention of reducing packet latency. + * * The following are not implemented, but are listed for conceptual purposes: * - function: magnitude or phase/magnitude * - units: numeric units like counts or dBm -- cgit v1.2.3