Files
GnuRadio/gr-jay/swig/jay_swig.i
T
2019-02-09 09:43:48 +00:00

27 lines
529 B
OpenEdge ABL

/* -*- c++ -*- */
#define JAY_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "jay_swig_doc.i"
%{
#include "jay/square_ff.h"
#include "jay/square2_ff.h"
#include "jay/garage.h"
#include "jay/pocsag_decoder.h"
%}
%include "jay/square_ff.h"
GR_SWIG_BLOCK_MAGIC2(jay, square_ff);
%include "jay/square2_ff.h"
GR_SWIG_BLOCK_MAGIC2(jay, square2_ff);
%include "jay/garage.h"
GR_SWIG_BLOCK_MAGIC2(jay, garage);
%include "jay/pocsag_decoder.h"
GR_SWIG_BLOCK_MAGIC2(jay, pocsag_decoder);