diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 15:55:38 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 16:47:15 -0400 |
commit | c856fe0106bcbcad871452014af2eb459a32e916 (patch) | |
tree | 4b7c3fa9cc5064edc4a36ca0de6c0d15c6a385ac /gr-uhd/examples/grc | |
parent | 1b10a63a952612858a5e44321b6babf1d0232b52 (diff) |
wxgui: Moved oscope and histogram bases into wxgui.
This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
Diffstat (limited to 'gr-uhd/examples/grc')
-rw-r--r-- | gr-uhd/examples/grc/uhd_dpsk_mod.grc | 2 | ||||
-rw-r--r-- | gr-uhd/examples/grc/uhd_fft.grc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-uhd/examples/grc/uhd_dpsk_mod.grc b/gr-uhd/examples/grc/uhd_dpsk_mod.grc index 9caafbb6ac..8387890372 100644 --- a/gr-uhd/examples/grc/uhd_dpsk_mod.grc +++ b/gr-uhd/examples/grc/uhd_dpsk_mod.grc @@ -226,7 +226,7 @@ </param> <param> <key>trig_mode</key> - <value>gr.gr_TRIG_MODE_AUTO</value> + <value>wxgui.TRIG_MODE_AUTO</value> </param> <param> <key>y_axis_label</key> diff --git a/gr-uhd/examples/grc/uhd_fft.grc b/gr-uhd/examples/grc/uhd_fft.grc index 1db98ab8aa..08e5f70edb 100644 --- a/gr-uhd/examples/grc/uhd_fft.grc +++ b/gr-uhd/examples/grc/uhd_fft.grc @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='ASCII'?> <flow_graph> - <timestamp>Mon Mar 18 11:09:57 2013</timestamp> + <timestamp>Mon Mar 18 15:42:27 2013</timestamp> <block> <key>options</key> <param> @@ -248,7 +248,7 @@ </param> <param> <key>trig_mode</key> - <value>gr.gr_TRIG_MODE_AUTO</value> + <value>wxgui.TRIG_MODE_AUTO</value> </param> <param> <key>y_axis_label</key> @@ -1488,7 +1488,7 @@ </param> <param> <key>value</key> - <value></value> + <value>addr=192.168.11.2</value> </param> <param> <key>type</key> |