aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gr-usrptest/swig/usrptest_swig.i
blob: 273b7c866ca388be52bab3f703fe2914638e7779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- c++ -*- */

#define USRPTEST_API

%include "gnuradio.i"			// the common stuff

//load generated python docstrings
%include "usrptest_swig_doc.i"

%{
#include "usrptest/measurement_sink_f.h"
%}


%include "usrptest/measurement_sink_f.h"
GR_SWIG_BLOCK_MAGIC2(usrptest, measurement_sink_f);