Adding QA code for fir filter with buffer.
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_ofdm_frame_sink.h
index cc3d67bd53eddb7b04643070b11214d95faf78d5..c419b867357d767df52bf751e8f23254809be794 100644 (file)
@@ -38,7 +38,9 @@ gr_make_ofdm_frame_sink (const std::vector<gr_complex> &sym_position,
 /*!
  * \brief Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs
  * them into packets, and sends to to a message queue sink.
- * \ingroup sink
+ * \ingroup sink_blk
+ * \ingroup ofdm_blk
+ *
  * NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually,
  * we want to be able to pass in a reference to an object to do the demapping and slicing
  * for a given modulation type.
@@ -88,6 +90,8 @@ class gr_ofdm_frame_sink : public gr_sync_block
   float d_freq_gain;
   float d_eq_gain;
 
+  std::vector<int> d_subcarrier_map;
+
  protected:
   gr_ofdm_frame_sink(const std::vector<gr_complex> &sym_position, 
                     const std::vector<unsigned char> &sym_value_out,