summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorTom Rondeau2012-10-30 15:26:56 -0400
committerTom Rondeau2012-10-30 15:26:56 -0400
commit4c2330d08927e6436652c1cd3f651633b6b9e2d1 (patch)
tree65a69bc346af90d9da35b37f342836d4216e67ae /gnuradio-core/src
parent43e13c6c0877930562a3d23e75bdb4db5698c466 (diff)
downloadgnuradio-4c2330d08927e6436652c1cd3f651633b6b9e2d1.tar.gz
gnuradio-4c2330d08927e6436652c1cd3f651633b6b9e2d1.tar.bz2
gnuradio-4c2330d08927e6436652c1cd3f651633b6b9e2d1.zip
core: adding int32_t and uint32_t types to swig.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/swig/gnuradio.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio.i b/gnuradio-core/src/lib/swig/gnuradio.i
index 3a421ad5d..458982017 100644
--- a/gnuradio-core/src/lib/swig/gnuradio.i
+++ b/gnuradio-core/src/lib/swig/gnuradio.i
@@ -53,6 +53,8 @@ typedef std::complex<float> gr_complex;
typedef std::complex<double> gr_complexd;
typedef unsigned long long uint64_t;
typedef long long int64_t;
+typedef unsigned long uint32_t;
+typedef long int32_t;
// instantiate the required template specializations