Skip to content

Instantly share code, notes, and snippets.

@loganwashbourne
Created August 20, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganwashbourne/ea62295fc64391297a16 to your computer and use it in GitHub Desktop.
Save loganwashbourne/ea62295fc64391297a16 to your computer and use it in GitHub Desktop.
/* -*- c++ -*- */
#define ACK_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "ACK_swig_doc.i"
%{
#include "ACK/check.h"
#include "ACK/Text_Sanitize.h"
%}
%include "ACK/check.h"
GR_SWIG_BLOCK_MAGIC2(ACK, check);
%include "ACK/Text_Sanitize.h"
GR_SWIG_BLOCK_MAGIC2(ACK, Text_Sanitize);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment