23 #ifndef INCLUDED_GR_OSCOPE_SINK_F_H
24 #define INCLUDED_GR_OSCOPE_SINK_F_H
55 int work (
int noutput_items,
56 gr_vector_const_void_star &input_items,
57 gr_vector_void_star &output_items);
virtual bool check_topology(int ninputs, int noutputs)
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
Building block for python oscilloscope module.Accepts multiple float streams.
Definition: gr_oscope_sink_f.h:42
Abstract class for python oscilloscope module.Don't instantiate this. Use gr_oscope_sink_f or gr_osco...
Definition: gr_oscope_sink_x.h:38
GR_CORE_API gr_oscope_sink_f_sptr gr_make_oscope_sink_f(double sampling_rate, gr_msg_queue_sptr msgq)
virtual 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 ...