diff options
Diffstat (limited to 'gr-blocks/swig/blocks_swig.i')
-rw-r--r-- | gr-blocks/swig/blocks_swig.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/swig/blocks_swig.i b/gr-blocks/swig/blocks_swig.i index 6407421b1..db8af3436 100644 --- a/gr-blocks/swig/blocks_swig.i +++ b/gr-blocks/swig/blocks_swig.i @@ -124,6 +124,7 @@ #include "blocks/sub_cc.h" #include "blocks/threshold_ff.h" #include "blocks/throttle.h" +#include "blocks/transcendental.h" #include "blocks/uchar_to_float.h" #include "blocks/unpacked_to_packed_bb.h" #include "blocks/unpacked_to_packed_ss.h" @@ -229,6 +230,7 @@ %include "blocks/sub_cc.h" %include "blocks/threshold_ff.h" %include "blocks/throttle.h" +%include "blocks/transcendental.h" %include "blocks/uchar_to_float.h" %include "blocks/unpacked_to_packed_bb.h" %include "blocks/unpacked_to_packed_ss.h" @@ -333,6 +335,7 @@ GR_SWIG_BLOCK_MAGIC2(blocks, sub_ii); GR_SWIG_BLOCK_MAGIC2(blocks, sub_cc); GR_SWIG_BLOCK_MAGIC2(blocks, threshold_ff); GR_SWIG_BLOCK_MAGIC2(blocks, throttle); +GR_SWIG_BLOCK_MAGIC2(blocks, transcendental); GR_SWIG_BLOCK_MAGIC2(blocks, uchar_to_float); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_bb); GR_SWIG_BLOCK_MAGIC2(blocks, unpacked_to_packed_ss); |