Go to the documentation of this file.
23 #ifndef INCLUDED_GR_HISTO_SINK_F_H
24 #define INCLUDED_GR_HISTO_SINK_F_H
44 unsigned int d_num_bins;
45 unsigned int d_frame_size;
46 unsigned int d_sample_count;
53 void send_frame(
void);
59 int work (
int noutput_items,
63 unsigned int get_frame_size(
void);
64 unsigned int get_num_bins(
void);
66 void set_frame_size(
unsigned int frame_size);
67 void set_num_bins(
unsigned int num_bins);