diff options
author | jblum | 2009-01-20 22:44:51 +0000 |
---|---|---|
committer | jblum | 2009-01-20 22:44:51 +0000 |
commit | a6b928438657b86426c6ca04adec2030a865dab2 (patch) | |
tree | 20d74e84efd93df7811c638b3d2234cfac5dfe14 /grc/data | |
parent | 89d75b7d46fbc06a1190e672ee5742e1f413062a (diff) | |
download | gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.tar.gz gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.tar.bz2 gnuradio-a6b928438657b86426c6ca04adec2030a865dab2.zip |
probe for the usrp2
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10271 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/data')
-rw-r--r-- | grc/data/platforms/python/blocks/Makefile.am | 5 | ||||
-rw-r--r-- | grc/data/platforms/python/blocks/usrp2_probe.xml | 33 | ||||
-rw-r--r-- | grc/data/platforms/python/blocks/usrp_probe.xml | 1 |
3 files changed, 37 insertions, 2 deletions
diff --git a/grc/data/platforms/python/blocks/Makefile.am b/grc/data/platforms/python/blocks/Makefile.am index badc6dc97..9eadba487 100644 --- a/grc/data/platforms/python/blocks/Makefile.am +++ b/grc/data/platforms/python/blocks/Makefile.am @@ -192,13 +192,14 @@ dist_ourdata_DATA = \ trellis_siso_f.xml \ trellis_viterbi_combined_xx.xml \ trellis_viterbi_x.xml \ + usrp2_probe.xml \ + usrp2_sink_xxxx.xml \ + usrp2_source_xxxx.xml \ usrp_dual_sink_x.xml \ usrp_dual_source_x.xml \ usrp_probe.xml \ usrp_simple_sink_x.xml \ usrp_simple_source_x.xml \ - usrp2_sink_xxxx.xml \ - usrp2_source_xxxx.xml \ variable.xml \ variable_chooser.xml \ variable_sink.xml \ diff --git a/grc/data/platforms/python/blocks/usrp2_probe.xml b/grc/data/platforms/python/blocks/usrp2_probe.xml new file mode 100644 index 000000000..afe5cf4f4 --- /dev/null +++ b/grc/data/platforms/python/blocks/usrp2_probe.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<!-- +################################################### +##USRP2 Probe: +## This block should not appear in the tree. +################################################### + --> +<block> + <name>USRP2 Probe</name> + <key>usrp2_probe</key> + <make></make> + <param> + <name>Interface</name> + <key>interface</key> + <value>eth0</value> + <type>string</type> + </param> + <param> + <name>Type</name> + <key>type</key> + <value>rx</value> + <type>enum</type> + <option> + <name>RX</name> + <key>rx</key> + </option> + <option> + <name>TX</name> + <key>tx</key> + </option> + </param> + <doc>Press "Probe" to retrieve USRP2 information...</doc> +</block> diff --git a/grc/data/platforms/python/blocks/usrp_probe.xml b/grc/data/platforms/python/blocks/usrp_probe.xml index 11a83584c..5fd4e17f4 100644 --- a/grc/data/platforms/python/blocks/usrp_probe.xml +++ b/grc/data/platforms/python/blocks/usrp_probe.xml @@ -36,4 +36,5 @@ <key>tx_b</key> </option> </param> + <doc>Press "Probe" to retrieve USRP information...</doc> </block> |