diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-16 23:04:53 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-26 13:03:09 -0800 |
commit | 9f2aa9235f01b531966a8903583a2044fec1455d (patch) | |
tree | ea0b0d2bbd35c412766c33d7fe83f1381726856a /host/include | |
parent | cbeb4305b59d4b9370bfa7c6f5da7597f9de8045 (diff) | |
download | uhd-9f2aa9235f01b531966a8903583a2044fec1455d.tar.gz uhd-9f2aa9235f01b531966a8903583a2044fec1455d.tar.bz2 uhd-9f2aa9235f01b531966a8903583a2044fec1455d.zip |
uhd: add samples per pkt option to rx streamer
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/stream.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |