Adding typedef for uint64_t and int64_t so we can use them through SWIG.
authorTom Rondeau <trondeau@vt.edu>
Wed, 24 Nov 2010 23:20:40 +0000 (18:20 -0500)
committerTom Rondeau <trondeau@vt.edu>
Wed, 24 Nov 2010 23:20:40 +0000 (18:20 -0500)
gnuradio-core/src/lib/swig/gnuradio.i

index 7d0241f1c237f22eccb83808cf4de7dc6c562e54..e15a0059c65f8ebef11b63429c902508e957cc77 100644 (file)
@@ -46,6 +46,8 @@
 
 typedef std::complex<float>            gr_complex;
 typedef std::complex<double>           gr_complexd;
+typedef unsigned long long              uint64_t;
+typedef long long                       int64_t;
 
 
 // instantiate the required template specializations