gr-satnogs/swig/satnogs_swig.i

16 lines
295 B
C++

/* -*- c++ -*- */
#define SATNOGS_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "satnogs_swig_doc.i"
%{
#include "satnogs/cw_matched_filter_ff.h"
%}
%include "satnogs/cw_matched_filter_ff.h"
GR_SWIG_BLOCK_MAGIC2(satnogs, cw_matched_filter_ff);