diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-09-06 11:58:31 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-09-06 11:58:31 -0400 |
commit | 08ea1feffdd64cc492c68adcd7dab89166481dba (patch) | |
tree | fb97b448feaf9b0b02d97a9bb524eb35b6296640 | |
parent | c451fff54cccd141b9cb296468e9609035325a88 (diff) |
runtime: exporing high_res_timer functions into Python (can be replaced by native Python calls with Python 3.3).
-rw-r--r-- | gnuradio-runtime/swig/gnuradio.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/swig/gnuradio.i b/gnuradio-runtime/swig/gnuradio.i index 0789d1ad82..c756ce9189 100644 --- a/gnuradio-runtime/swig/gnuradio.i +++ b/gnuradio-runtime/swig/gnuradio.i @@ -72,5 +72,7 @@ #include <gnuradio/block_gateway.h> #include <gnuradio/feval.h> #include <gnuradio/py_feval.h> +#include <gnuradio/high_res_timer.h> %} +%include <gnuradio/high_res_timer.h> |