Applied patch from Dean Armstrong to fix gr_repeat (ticket:246).
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_ofdm_sampler.i
index 2075eac5f37924e260f91926d68ad91380a86699..601330b0776ccf4cca76a91a4718dcc65ecdeaa3 100644 (file)
 
 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);
 };