Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_ofdm_sampler.i
index 510636e897e01a7fe210b819df15ed04fee20ba9..601330b0776ccf4cca76a91a4718dcc65ecdeaa3 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio 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 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
 
 GR_SWIG_BLOCK_MAGIC(gr,ofdm_sampler)
 
-gr_ofdm_sampler_sptr gr_make_ofdm_sampler (unsigned int fft_length, unsigned int symbol_length);
+  gr_ofdm_sampler_sptr gr_make_ofdm_sampler (unsigned int fft_length, 
+                                            unsigned int symbol_length,
+                                            unsigned int timeout=1000);
 
 class gr_ofdm_sampler : public gr_sync_block
 {
  private:
-  gr_ofdm_sampler (unsigned int fft_length, unsigned int symbol_length);
+  gr_ofdm_sampler (unsigned int fft_length,
+                  unsigned int symbol_length,
+                  unsigned int timeout);
 };