aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dpd/swig/dpd_swig.i
blob: 5636efe60d5b72dc7da8fa3b1ff41c78ea3f28d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -*- 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/lut.h"
#include "dpd/clut.h"
%}


%include "dpd/memless_poly.h"
GR_SWIG_BLOCK_MAGIC2(dpd, memless_poly);
%include "dpd/lut.h"
GR_SWIG_BLOCK_MAGIC2(dpd, lut);
%include "dpd/clut.h"
GR_SWIG_BLOCK_MAGIC2(dpd, clut);