aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dpd/swig/dpd_swig.i
diff options
context:
space:
mode:
Diffstat (limited to 'gr-dpd/swig/dpd_swig.i')
-rw-r--r--gr-dpd/swig/dpd_swig.i16
1 files changed, 16 insertions, 0 deletions
diff --git a/gr-dpd/swig/dpd_swig.i b/gr-dpd/swig/dpd_swig.i
new file mode 100644
index 0000000..18f93ab
--- /dev/null
+++ b/gr-dpd/swig/dpd_swig.i
@@ -0,0 +1,16 @@
+/* -*- c++ -*- */
+
+#define DPD_API
+
+%include "gnuradio.i" // the common stuff
+
+//load generated python docstrings
+%include "dpd_swig_doc.i"
+
+%{
+#include "dpd/memless_poly.h"
+%}
+
+
+%include "dpd/memless_poly.h"
+GR_SWIG_BLOCK_MAGIC2(dpd, memless_poly);