From d04404e1dd647b2de0f711a6ccba92e9dc21b823 Mon Sep 17 00:00:00 2001
From: Josh Blum
Date: Thu, 3 Nov 2011 21:38:26 -0700
Subject: uhd: added docs and removed unimplemented options in grc files
---
gr-uhd/grc/gen_uhd_usrp_blocks.py | 35 +++++++++++++++--------------------
1 file changed, 15 insertions(+), 20 deletions(-)
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py b/gr-uhd/grc/gen_uhd_usrp_blocks.py
index b57a6cfbe..67343541c 100644
--- a/gr-uhd/grc/gen_uhd_usrp_blocks.py
+++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py
@@ -94,16 +94,6 @@ self.\$(id).set_bandwidth(\$bw$(n), $n)
sc16type:sc16
-
-
-
-
Stream args
@@ -156,8 +138,8 @@ self.\$(id).set_bandwidth(\$bw$(n), $n)
\#end if
@@ -308,6 +290,19 @@ USRP1 Example: serial=12345678
USRP2 Example: addr=192.168.10.2
USRP2 Example: addr0=192.168.10.2, addr1=192.168.10.3
+$(direction.title()) Type:
+This parameter controls the data type of the stream in gnuradio.
+
+Wire Format:
+This parameter controls the form of the data over the bus/network. \
+Complex bytes may be used to trade off precision for bandwidth. \
+Not all formats are supported on all devices.
+
+Stream Args:
+Optional arguments to be passed in the UHD streamer object. \
+Streamer args is a list of key/value pairs; usage is determined by the implementation.
+Ex: the scalar key affects the scaling between 16 and 8 bit integers in sc8 wire format.
+
Num Motherboards:
Selects the number of USRP motherboards in this device configuration.
--
cgit