#include <gr_histo_sink_f.h>

Public Member Functions | |
| ~gr_histo_sink_f (void) | |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you | |
| unsigned int | get_frame_size (void) |
| unsigned int | get_num_bins (void) |
| void | set_frame_size (unsigned int frame_size) |
| void | set_num_bins (unsigned int num_bins) |
Friends | |
| gr_histo_sink_f_sptr | gr_make_histo_sink_f (gr_msg_queue_sptr msgq) |
| gr_histo_sink_f::~gr_histo_sink_f | ( | void | ) |
| unsigned int gr_histo_sink_f::get_frame_size | ( | void | ) |
| unsigned int gr_histo_sink_f::get_num_bins | ( | void | ) |
| void gr_histo_sink_f::set_frame_size | ( | unsigned int | frame_size | ) |
| void gr_histo_sink_f::set_num_bins | ( | unsigned int | num_bins | ) |
| int gr_histo_sink_f::work | ( | int | noutput_items, | |
| gr_vector_const_void_star & | input_items, | |||
| gr_vector_void_star & | output_items | |||
| ) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
| gr_histo_sink_f_sptr gr_make_histo_sink_f | ( | gr_msg_queue_sptr | msgq | ) | [friend] |
1.5.9