Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / io / gr_oscope_sink_f.h
index 620aac3748eaee615dc394a14a4127a6942a5c22..1a8022b8900f13f6ea61de8ab7156c84f65cdb5f 100644 (file)
@@ -34,15 +34,12 @@ gr_oscope_sink_f_sptr gr_make_oscope_sink_f (double sampling_rate, gr_msg_queue_
 
 /*!
  * \brief Building block for python oscilloscope module.
- * \ingroup sink
+ * \ingroup sink_blk
  *
- * Accepts 1 to 16 float streams.
+ * Accepts multiple float streams.
  */
 class gr_oscope_sink_f : public gr_oscope_sink_x
 {
-public:
-  static const int MAX_CHANNELS = 16;
-
 private:
   friend gr_oscope_sink_f_sptr
   gr_make_oscope_sink_f (double sampling_rate, gr_msg_queue_sptr msgq);