Revision 7783dc88 gr-audio-oss/src/audio_oss.i
| b/gr-audio-oss/src/audio_oss.i | ||
|---|---|---|
| 1 | 1 |
/* -*- c++ -*- */ |
| 2 | 2 |
/* |
| 3 |
* Copyright 2004 Free Software Foundation, Inc. |
|
| 3 |
* Copyright 2004,2009 Free Software Foundation, Inc.
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This file is part of GNU Radio |
| 6 | 6 |
* |
| ... | ... | |
| 20 | 20 |
* Boston, MA 02110-1301, USA. |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 |
%feature("autodoc","1");
|
|
| 24 |
|
|
| 25 |
%include "exception.i" |
|
| 26 |
%import "gnuradio.i" // the common stuff |
|
| 23 |
%include "gnuradio.i" // the common stuff |
|
| 27 | 24 |
|
| 28 | 25 |
%{
|
| 29 |
#include "gnuradio_swig_bug_workaround.h" // mandatory bug fix |
|
| 30 | 26 |
#include "audio_oss_sink.h" |
| 31 | 27 |
#include "audio_oss_source.h" |
| 32 |
#include <stdexcept> |
|
| 33 | 28 |
%} |
| 34 | 29 |
|
| 35 | 30 |
// ---------------------------------------------------------------- |
Also available in: Unified diff