merged -r7836:7846 from trondeau/ofdmtiming to trunk. This fixes the big issues in...
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_ofdm_sampler.i
index 2075eac5f37924e260f91926d68ad91380a86699..6cf843bce932333817d23ed722f1f8d1cbbd3617 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=100);
 
 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);
 };