summaryrefslogtreecommitdiff
path: root/swig
diff options
context:
space:
mode:
authorJosh Blum2012-08-26 15:54:41 -0700
committerJosh Blum2012-08-26 16:03:52 -0700
commit5338739f2d844223d9f1d9cbc1f5b2fe217d05c6 (patch)
tree227fa71c90e02b3066ed31805b85a9f876246cfd /swig
parent305a0deac83d32561e8f62df0e88dbcb20b6cb90 (diff)
downloadsandhi-5338739f2d844223d9f1d9cbc1f5b2fe217d05c6.tar.gz
sandhi-5338739f2d844223d9f1d9cbc1f5b2fe217d05c6.tar.bz2
sandhi-5338739f2d844223d9f1d9cbc1f5b2fe217d05c6.zip
runtime: moved changes to gnuradio.i into gr-runtime files
Diffstat (limited to 'swig')
-rw-r--r--swig/runtime.i13
1 files changed, 13 insertions, 0 deletions
diff --git a/swig/runtime.i b/swig/runtime.i
index f673ae1..c3e153d 100644
--- a/swig/runtime.i
+++ b/swig/runtime.i
@@ -17,6 +17,19 @@
#define GR_CORE_API
#define GR_RUNTIME_API
+%ignore forecast;
+%ignore general_work;
+%ignore work;
+
+//helps with funny swig error for io signature
+%ignore gnuradio::IOSignature::operator->();
+%ignore gnuradio::IOSignature::operator->() const;
+
+//not here to fight you swig, reference() is ambigi with shared ptr, but whatevs
+%ignore gri_agc_cc::reference();
+%ignore gri_agc2_ff::reference();
+%ignore gri_agc2_cc::reference();
+
%constant int sizeof_char = sizeof(char);
%constant int sizeof_short = sizeof(short);
%constant int sizeof_int = sizeof(int);