From 12aa8ad74cf3a343159ddbb452455bf4e7f435b8 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 5 Apr 2010 12:18:17 -0700 Subject: added 16 bit peek and poke, 16 bit register defs for gpios and atrs --- host/include/uhd/types/stream_cmd.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/include') diff --git a/host/include/uhd/types/stream_cmd.hpp b/host/include/uhd/types/stream_cmd.hpp index ff063af29..41708e2e2 100644 --- a/host/include/uhd/types/stream_cmd.hpp +++ b/host/include/uhd/types/stream_cmd.hpp @@ -32,11 +32,11 @@ namespace uhd{ * achieved through submission of multiple (carefully-crafted) commands. * * The mode parameter controls how streaming is issued to the device: - * * "Start continuous" tells the device to stream samples indefinitely. - * * "Stop continuous" tells the device to end continuous streaming. - * * "Num samps and done" tells the device to stream num samps and + * - "Start continuous" tells the device to stream samples indefinitely. + * - "Stop continuous" tells the device to end continuous streaming. + * - "Num samps and done" tells the device to stream num samps and * to not expect a future stream command for contiguous samples. - * * "Num samps and more" tells the device to stream num samps and + * - "Num samps and more" tells the device to stream num samps and * to expect a future stream command for contiguous samples. * * The stream now parameter controls when the stream begins. -- cgit v1.2.3