osmo-adsb-gen/gr-adsbtx/swig/adsbtx_swig.i

17 lines
264 B
OpenEdge ABL
Raw Normal View History

2015-03-23 19:26:19 +00:00
/* -*- c++ -*- */
#define ADSBTX_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "adsbtx_swig_doc.i"
%{
#include "adsbtx/AdsbEncoder.h"
2015-03-23 19:26:19 +00:00
%}
%include "adsbtx/AdsbEncoder.h"
GR_SWIG_BLOCK_MAGIC2(adsbtx, AdsbEncoder);