Skip to content

Instantly share code, notes, and snippets.

View loganwashbourne's full-sized avatar

loganwashbourne

View GitHub Profile
<block>
<name>Text Sanitize</name>
<key>ACK_Text_Sanitize</key>
<category>ACK</category>
<import>import ACK</import>
<make>ACK.Text_Sanitize()</make>
<param>
<name>Message</name>
<key>message</key>
U __cxa_allocate_exception@@CXXABI_1.3
U __cxa_atexit@@GLIBC_2.2.5
U __cxa_begin_catch@@CXXABI_1.3
U __cxa_call_unexpected@@CXXABI_1.3
U __cxa_end_catch@@CXXABI_1.3
w __cxa_finalize@@GLIBC_2.2.5
U __cxa_free_exception@@CXXABI_1.3
U __cxa_guard_abort@@CXXABI_1.3
U __cxa_guard_acquire@@CXXABI_1.3
U __cxa_guard_release@@CXXABI_1.3
/* -*- c++ -*- */
/*
* Copyright 2015 <+YOU OR YOUR COMPANY+>.
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This software is distributed in the hope that it will be useful,
/* -*- c++ -*- */
/*
* Copyright 2015 <+YOU OR YOUR COMPANY+>.
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This software is distributed in the hope that it will be useful,
/* -*- c++ -*- */
/*
* Copyright 2015 <+YOU OR YOUR COMPANY+>.
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This software is distributed in the hope that it will be useful,
/* -*- c++ -*- */
#define ACK_API
%include "gnuradio.i" // the common stuff
//load generated python docstrings
%include "ACK_swig_doc.i"
%{