summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-05 12:18:17 -0700
committerJosh Blum <josh@joshknows.com>2010-04-05 12:18:17 -0700
commit12aa8ad74cf3a343159ddbb452455bf4e7f435b8 (patch)
tree69b6928826b73d9a8adcfa62d8301ce28b95c11a /host/include
parent83bd55d63972804e62f3890a4a90c8288fcbad0c (diff)
downloaduhd-12aa8ad74cf3a343159ddbb452455bf4e7f435b8.tar.gz
uhd-12aa8ad74cf3a343159ddbb452455bf4e7f435b8.tar.bz2
uhd-12aa8ad74cf3a343159ddbb452455bf4e7f435b8.zip
added 16 bit peek and poke, 16 bit register defs for gpios and atrs
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/stream_cmd.hpp8
1 files changed, 4 insertions, 4 deletions
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.