summaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-05-30 15:27:40 +0200
committerSylvain Munaut <tnt@246tNt.com>2013-06-01 15:07:42 +0200
commit022ec6859f26a0b884e28b35c6a46296573cba31 (patch)
tree288f540b0a55490e7b3ad9fe0da7177e73b749b2 /grc
parent0039c7fec657a947f6aef4557686ee4a16b70dd0 (diff)
Update to gnuradio 3.7 APIv0.37.0
This is one huge / ugly patch. It uses the new 3.7 namespaces and include path stuff. I stayed away from that _impl pattern because that's just dumb. Based on original patch by Dimitri Stolnikov <horiz0n@gmx.net> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'grc')
-rw-r--r--grc/CMakeLists.txt3
-rw-r--r--grc/iqbalance_fix_cc.xml2
-rw-r--r--grc/iqbalance_optimize_c.xml2
3 files changed, 4 insertions, 3 deletions
diff --git a/grc/CMakeLists.txt b/grc/CMakeLists.txt
index b149b68..31f74ec 100644
--- a/grc/CMakeLists.txt
+++ b/grc/CMakeLists.txt
@@ -18,5 +18,6 @@
# Boston, MA 02110-1301, USA.
install(FILES
iqbalance_fix_cc.xml
- iqbalance_optimize_c.xml DESTINATION share/gnuradio/grc/blocks
+ iqbalance_optimize_c.xml
+ DESTINATION share/gnuradio/grc/blocks
)
diff --git a/grc/iqbalance_fix_cc.xml b/grc/iqbalance_fix_cc.xml
index 2fc32d0..34364d8 100644
--- a/grc/iqbalance_fix_cc.xml
+++ b/grc/iqbalance_fix_cc.xml
@@ -3,7 +3,7 @@
<name>IQ Bal Fix</name>
<key>iqbalance_fix_cc</key>
<category>IQ Balance</category>
- <import>import iqbalance</import>
+ <import>from gnuradio import iqbalance</import>
<make>iqbalance.fix_cc($mag, $phase)</make>
<callback>set_mag($mag)</callback>
<callback>set_phase($phase)</callback>
diff --git a/grc/iqbalance_optimize_c.xml b/grc/iqbalance_optimize_c.xml
index 99b439a..cb42d98 100644
--- a/grc/iqbalance_optimize_c.xml
+++ b/grc/iqbalance_optimize_c.xml
@@ -3,7 +3,7 @@
<name>IQ Bal Optimize</name>
<key>iqbalance_optimize_c</key>
<category>IQ Balance</category>
- <import>import iqbalance</import>
+ <import>from gnuradio import iqbalance</import>
<make>iqbalance.optimize_c($period)</make>
<callback>set_period($period)</callback>
<param>