/* -*- c++ -*- */ #define LTE_ANALYSIS_API %include "gnuradio.i" // the common stuff //load generated python docstrings %include "LTE_Analysis_swig_doc.i" %{ #include "LTE_Analysis/pbch_bch.h" %} %include "LTE_Analysis/pbch_bch.h" GR_SWIG_BLOCK_MAGIC2(LTE_Analysis, pbch_bch);