23#ifndef INCLUDED_GR_HISTO_SINK_F_H
24#define INCLUDED_GR_HISTO_SINK_F_H
41 typedef boost::shared_ptr<histo_sink_f>
sptr;
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:38
Histogram module.
Definition: histo_sink_f.h:38
static sptr make(msg_queue::sptr msgq)
virtual void set_frame_size(unsigned int frame_size)=0
virtual void set_num_bins(unsigned int num_bins)=0
boost::shared_ptr< histo_sink_f > sptr
Definition: histo_sink_f.h:41
virtual unsigned int get_frame_size(void)=0
virtual unsigned int get_num_bins(void)=0
#define WXGUI_API
Definition: gr-wxgui/include/gnuradio/wxgui/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45